Start a new topic

iOS 8 Push Notifications | Not getting devicetoken

Building project under iOS 8 SDK results in user's device token ( for push notifications) not being saved.

Under iOS 7 SDK everything works fine.



Do you have any updates on this one?



Cheers,

Aris

Aris,



We have not changed anything with our method of getting the device token with iOS8, the method of obtaining the devicetoken remains the same for the sake of reverse compatibility for people already building with us.



We have an app setup guide here: http://devcenter.kinvey.com/ios/guides/push#AppSetUp that shows some additional setup required there.



There is an existing sample within an application here: https://github.com/KinveyApps/GeoTag-iOS/blob/master/Kinvey%20Geo%20App/KGAAppDelegate.m



Thanks,
Which field should be updated when users sign in? "_push" or "_messaging"?

"_messaging" is updated but still users do not receive push while they did with iOS 7.

"_push" field is empty for iOS 8 builds.

Please provide further info in case I miss something . This is critical!



Thanks
Aris:



Can you explain how you are testing that users are not receiving push notifications? How are you testing? Are doing a targeted push to a single device or are you doing a broadcast push to many devices?



I can help you troubleshoot once I know more.



Thanks,
My app supports typical push notifications for "Like" and "Comment" activities.

With iOS 7 users were able to trigger ( using post save business logic scripts) and receive push.

With iOS 8 app does not even request permission for Push Notifications.

Any ideas?
Login or Signup to post a comment