Today I found a really odd issue with iOS10.
In the past code I could disable pushs on the client side (to be sure when a user logouts, for instance). With iOS10 if I call unregisterRemoteNotifications
after that the registerForRemoteNotifications
does nothing. The isRegisteredForRemoteNotification
is always NO. I have tried to use the new notifications API but it didn't help.
There are more people with the same problem and some solutions aren't helpful. Has anyone found a work around to this?