iOS Push Notification not work on odd device - ios

Testing the Push Notifications on my iOS App, these are the results:
iPhone SE (iOS 12) works OK. (Development and Production)
iPhone 5 (iOS 10) is also good.
iPhone 8 (iOS 11). OK on Development but it is not working on Production.
None of the notifications is shown, even silent notifications are not working when the app is installed from App Sotre or TestFlight, but from XCode, with the same Device with the same app version are still working in Debug.
I am using UNUserNotificationCenter, are there any restriction for iOS 11 on Production? What can I have forgotten?

Related

IOS 12 didn't receiving app push notification only if Iphone has been reset as new

We are facing some problem about our hibryd app, in Android it works fine, in ios 11 and below our app is working. If user has an Iphone with IOS 11 and update to IOS 12 app still works, but if user reset his/her Iphone and then install the app it just doesn't send push notifications, all the notification settings are ok, this just don't have any behaviour when receiving a new message.

iOS 11 CloudKit Record changes notifications not received in Single App or Guided Access Mode

In iOS 11, no CloudKit record change notifications are received when the app is in Single App Mode (SAM) or Guided Access Mode (GAM).
The foreground app would be receiving silent notifications just fine and updating the UI, but once I put it in GAM or SAM, didReceiveRemoteNotification is not called (neither the background method nor the older foreground-only method).
I have an iOS 9 iPad in Single App Mode (SAM) that receives all the CloudKit notifications, and I remember my iOS 10 iPad also worked, so this is an iOS 11 issue.
I wonder if Apple is disabling push notifications in general if a device is in SAM or GAM?
This appears to be fixed in the newest iOS 11.2.5 beta 4. Will wait for the GM release of 11.2.5. Thanks!

iOS 8.x app is crashing in background launch

I am developing an VoIP iOS app using PushKit. After getting PushKit payload message, app supposed to be launched in background state. After receiving payload, I am initiating a socket and connecting it with the server. Everything works fine on iOS 9+ devices. But I have iPhone 5c (iOS 8.1)device on which the app crashes. I am not able to figure out the cause of crash.

iOS & Parse Push Notification - iPhone 5s/c

I have set up push notifications for my app. It's week working great for weeks. I recently upgraded my iPhone 5c, iPhone 5 to iOS 8.4.1 (latest). Since the upgrade push notifications have stopped working. I know push notifications work because I have an iPhone 6 and push notifications work as they should.
I have tried using my iPhone 5s to send a message to another account (iPhone 6). The iPhone 6 does receive the push notification...when I do the opposite, the iPhone 5s does not receive the push notification.
Is anyone experiencing the same issue? I looked online at some apple/parse communities but haven't been able to find a fix.
Any insight would be greatly appreciated.
Best,

Iphone 6 & 6++ not receiving push notifications

I have developed IOS app and it is published in app store. When i am sending push notification from back end (using php script) only iphone5 & iphone5s users are getting the notification. Both of these phones are having IOS 8 installed.
iphone6 & iphone6+ devices not receiving any push notifications, all my devices are having same ios version 'ios8.1.3'. I also updated iphone6+ to ios 8.2 but nothing.
I have tried various things such as resetting the notification dialogue etc.. but nothing has helped so far.
Is there any solution for this problem.
Thanks in advance.

Resources