As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
I have implemented push notification for my application. I have configured the certificates and uploaded (.p12) file to kinvey console and got push key and push secret key. In my iOS application i have used below line to register the push notification on application did finish launch,
[KCSPush registerForPush];
I have successfully got the device token and it has been saved on the users data store. But when i am trying to send push notification from the kinvey console. It saying that "Success, Your notification has been sent" but i haven't received any notification on my iPhone device.
Appreciate if any one of the expert can help me to make it work.
Did you deploy to production in the console? I'm wondering if it's a similar problem to http://support.kinvey.com/hc/communities/public/questions/200839997-Testflight-Push-Notifications?locale=en-us
S
Sivaram
said
about 9 years ago
Thanks caroline for your response. I did deploy to production on the console. But i am unable to receive the push notification. Is there any thing i need to configure on code.
C
Caroline
said
about 9 years ago
Is it working correctly when you test on the simulator, and just not working on the device? Or is it also failing on the simulator?
S
Sivaram
said
about 9 years ago
Hi Caroline,
It's not working on both Simulator and Device. Couldn't received notification in development as well as production mode.
C
Caroline
said
about 9 years ago
It could be a number of different things. My best guess right now is that it's a certificate issue. I'd revoke the certificate and reissue, making sure it matches the provisioning profile. Let's see if that does anything.
S
Sivaram
said
about 9 years ago
Hi Caroline,
Thanks, after revoking the certificate i have received the notification. But on the production mode sometimes i couldn't receive the push notification.
C
Caroline
said
about 9 years ago
Glad it's (at least partially) working! Is there any pattern to when it works on production versus not? It's strange that it would work sometimes and not others.
Sivaram
[KCSPush registerForPush];
I have successfully got the device token and it has been saved on the users data store. But when i am trying to send push notification from the kinvey console. It saying that "Success, Your notification has been sent" but i haven't received any notification on my iPhone device.
Appreciate if any one of the expert can help me to make it work.