I have developed an app on Phonegap with Kinvey's phonegap sdk. Now I am trying to implement push notification. But when I build my app and run it on my iOS11 device using Xcode, the registration through APNS happens and I get a token, but the Kinvey.push.register function fails.
Divey Punj
Hi,
I have developed an app on Phonegap with Kinvey's phonegap sdk. Now I am trying to implement push notification. But when I build my app and run it on my iOS11 device using Xcode, the registration through APNS happens and I get a token, but the Kinvey.push.register function fails.
The error I get is:
ERROR: {"name":"KinveyError","message":"Kinvey currently only supports push notifications on iOS and Android platforms.","stack":"o@https://da189i1jfloii.cloudfront.net/js/kinvey-phonegap-sdk-3.10.1.min.js:
I am using the following code: