grrrian
grrrian
That's because UIUserNotificationSettings is only available in iOS8+. Hence the if/else statement. In other words, if the user has iOS8, it will execute the if, otherwise, it executes the else....
I added a Pull Request for notification callbacks: https://github.com/avivais/phonegap-parse-plugin/pull/52. In the mean time it is available in my branch: https://github.com/grrrian/phonegap-parse-plugin
Credits to mypark for the inspiration.
We are also looking to add Firebase Phone Auth in our Cordova app. Digits sign in was our unique Auth method for our Cordova app. It is now being retired...
Try manually importing bolts into your project dependencies in XCode ian > On Jun 22, 2016, at 4:36 AM, TechGuyVN [email protected] wrote: > > Hi, > > I have use...
Is this on iOS or android? Are you registering on device ready? ian > On Jul 3, 2015, at 11:46 AM, Cleiton Tavares [email protected] wrote: > > My app receives...
If you are curious in debugging in XCode, you can look at this function of CDVParsePlugin.m : `(BOOL)swizzled_application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions` (line 195). This function gets called when the app...
You can put breakpoints (by clicking on the line number). The following lines should be called: 210, (and if the app is running in foreground or background) 251. After line...
Sorry. I guess this plugin doesn't support Android 6+. I have stopped maintaining it considering the death of Parse. ian > On Apr 27, 2016, at 12:32 AM, Ricardo Alves...
I'm sorry. I hope someone can fork this and update it for Parse Server. I will not maintain this code base as I have stopped using Parse. Sorry :( ian...