我正在阅读iOS中Apple Push Notifications上的文档,并在我们的应用中进行实验。该文档尚不清楚通过registerForRemoteNotifications“注册” /“注销”应用程序与驻留在OS级“设置”应用程序中的应用程序级通知终止开关之间有什么关系。 这里的关系是什么?在一种情况下,尽管系统级应用程序开关已关闭,但我仍能够成功注册(调用didRegisterForRemoteNotificationsWithDeviceToken)。在另一种情况下,我肯定在我们的应用程序中看到isRegisteredForRemoteNotifications返回true,然后我离开并转到设置以将其关闭,然后当我回来时isRegisteredForRemoteNotifications返回false。