ユーザーがすでに膿の通知を有効にしているかどうかを知りたいのですが、どうすればよいですか?
私はこれで試しました..
UIRemoteNotificationType types = [[UIApplication sharedApplication] enabledRemoteNotificationTypes];
if (types == UIRemoteNotificationTypeNone){
NSLog(@"Push is off");
}
しかし、それは機能せず、「タイプ」は常に値「7」を返します