IOS app cloud announcement notification

I am introducing cloud removal notification in iOS with this iOS push notification tutorial. I did everything in accordance with the above documentation. An error does not occur during registration.

In the cloud console, I see that 1 iOS client client is subscribing to push notifications . Everything seems fine, but I can’t get a push notification (even I restarted my iPhone)

I sent a push notification from the cloud console, but I can’t get a push notification in my iPhone. Can someone help me solve this problem?

Thanks at Advance

+6
source share
2 answers

Verify that the correct gateway is selected on the server side. The easiest way is to check your mobileprovisioning profile and look for the string "aps-environment". If it is set to "development", you need to use the Development gateway (aka Sandbox). If it is set to production, you need to use the Apple Push Production gateway.

This link may be interesting: http://www.pushwoosh.com/programming-push-notification/appcelerator-titanium-push-notification/

There may be a VERY small chance that a firewall or router is blocking push notifications, but this can be easily detected by switching your device from WiFi to 3G.

+1
source

This may be a problem with your certificate. You must enable push notifications in the p12 certificate, and it must be configured correctly in the ACS settings. Please refer to Cloud Application Upload notification notification in iOS

0
source

Source: https://habr.com/ru/post/916621/


All Articles