IOS10 - Disable Client Side Click

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?

+5
source share

Source: https://habr.com/ru/post/1257539/


All Articles