react-native-remote-push icon indicating copy to clipboard operation
react-native-remote-push copied to clipboard

RemotePushIOS.requestPermissions not call when user click allow or not button

Open peng051410 opened this issue 9 years ago • 1 comments

I install you component with npm , and follow you step in Examples, when i run code in a real device, the requestPermissions function is not called, so i can't get the 'erro' or 'data'. how can i fixed it ? thanks a lot!

peng051410 avatar Jan 21 '16 08:01 peng051410

you have to add all the files to your xcode directory..

copy all of the files to your XCode directory, and add them to your project. Then, when you want to use the module, require the RemotePushIOS class, e.g.

Ouadie avatar Apr 28 '16 11:04 Ouadie