プッシュ通知を使用するアプリを構築しようとしています。証明書、アプリ ID、プロビジョニング プロファイルに関するすべての手順を実行しました。次に、アプリでこのコードを applicationsDidFinishWithLaunchingOptions に追加しました。
NSLog(@"tille here");
[[UIApplication sharedApplication] registerForRemoteNotificationTypes:
(UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound | UIRemoteNotificationTypeAlert)];
UIRemoteNotificationType enabledTypes = [[UIApplication sharedApplication] enabledRemoteNotificationTypes];
しかし、それを求めるポップアップが表示されません。
誰でも助けることができますか?
敬具