Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリケーションの初回起動時ではなく、アプリケーションの他のアクションで「プッシュ通知を有効にしますか...」というダイアログが表示されるようにする方法はありますか?
よろしく、ムラデン
メソッドを呼び出すまで、ダイアログは表示されませんregisterForRemoteNotificationTypes。私はあなたがappDidFinishLoading今それを呼んでいると思いますか?プッシュ通知に関連するアプリケーションの部分に移動するだけです。
registerForRemoteNotificationTypes
appDidFinishLoading
CoreLocationでも同様の状況です。アプリケーションが必要な理由を示す前にユーザーの場所を要求すると、ユーザーを混乱させる可能性があります。