0

Did anyone facing same issue, application did not received notification in development environment when the application had been kill and terminated?

Rajan Maheshwari
  • 14,465
  • 6
  • 64
  • 98
user831098
  • 1,803
  • 6
  • 27
  • 47
  • Please check your SSL certification on server or PEM file.it that correct ? – Abhishek Gupta Oct 05 '16 at 10:33
  • Yes, it's correct. If the application running or run in background. It will received the push notification. When I kill or terminated the application. It won't receive the push notification – user831098 Oct 06 '16 at 01:18
  • Check it: https://stackoverflow.com/questions/41345889/its-possible-to-change-push-notification-message-before-display-on-device-from – Chandresh Kachariya Feb 02 '18 at 09:02

2 Answers2

1

ensure once this you are enabled the Pushnotification and background modes in target -> capablilities

enter image description here

and this

enter image description here

Anbu.Karthik
  • 82,064
  • 23
  • 174
  • 143
  • for more information see this https://www.sitepoint.com/developing-push-notifications-for-ios-10/ – Anbu.Karthik Oct 05 '16 at 10:39
  • Yes, it's correct. If the application running or run in background. It will received the push notification. When I kill or terminated the application. It won't receive the push notification – user831098 Oct 06 '16 at 01:18
0

I think is apple Sandbox problem. Everything is working fine today without any changes. Thanks all the reply.

user831098
  • 1,803
  • 6
  • 27
  • 47