According to spec, the SDK should be responsible for calling -[UIApplication registerForRemoteNotifications]
, not the user
#1271
Labels
bug
Something isn't working. It's clear that this does need to be fixed.
Description
RSH3a2d
says:I believe that on iOS, to "initiate a request to the underlying platform" is to call
-[UIApplication registerForRemoteNotifications]
. However:Documentation: "Push Notifications - Device activation and subscription":
But then later on in the same article (section 2.1), it says that calling
activate
will:```The text was updated successfully, but these errors were encountered: