Today I found a very strange problem with iOS10.
In the previous code, I could disable client-side clicks (for example, when a user logs out). With iOS10, if I call unregisterRemoteNotifications , then registerForRemoteNotifications does nothing. isRegisteredForRemoteNotification always NO. I tried using the new notification API , but that did not help.
There are more people with the same problem and some solutions do not help. Has anyone found a job around this?
source share