docs
docs copied to clipboard
Remove call to `registerForRemoteNotifications` from docs/examples
As per RSH3a2d library should provide call to registerForRemoteNotifications by itself. This was done in https://github.com/ably/ably-cocoa/pull/1293 hence the call to registerForRemoteNotifications made by users no more required.
Some of the places that I've seen that need updating are listed in https://github.com/ably/ably-cocoa/issues/1271.