Reputation: 261
We have a major update to our app that just came out and we have one user that continuously gets this alert:
Title: Connect to iTunes to Use Push Notifications
Message: notifications may include alerts, sound and icon badges.
The user taps OK, and it just pops back up not allowing the user to use the app. The user is connected to iTunes and is receiving notifications from other third-party apps. The user has restarted several times, uninstalled and re-installed the app from the app store several times as well.
iPhone 5 running 6.0.1
Googling turns up that this is a problem with jailbroken devices, but this user's is not.
Has anyone else run into this issue at all?
Upvotes: 4
Views: 18862
Reputation: 4726
If you are using the iphone in Tethered jailbreaking, then this problem usually occurs with the app that tries to listen for push notification. To solve this just
open up your RedSnow select your IPSW and press just boot option.
This work for me and provide a great relief.
Upvotes: 0
Reputation: 66252
This occurs if the user's device is missing an authentication token. It can sometimes be resolved by:
However, if other apps are working, the user probably has an expired authentication token (the iPhone was probably used with someone else's Apple ID or SIM card, and Apple is avoiding sending it someone else's push notifications.) In this case the only resolution is to do a clean restore of the iPhone.
Update: for reference, here's a somewhat related Apple support article on the topic
Upvotes: 5
Reputation: 659
I don't have any first-hand experience with this issue, but it doesn't sound like it's a problem with your code. See this thread and this thread.
It's most likely a problem with the user's phone or Apple ID, especially given that only one user is reporting the issue. Advise the user to do a backup/restore using iTunes or iCloud, and see if that resolves the problem.
Upvotes: 1