ダーヤス.com プレミアム

ダーヤス.comにようこそ。プレミアムな情報で、ワークライフバランスの充実を図りませんか。

【xcode】心当たりのない「Missing Push Notification Entitlement」は無視、放置で大丈夫

   

Missing Push Notification Entitlement

そういえば8月末に申請しておいたアプリがその7日後くらいに審査にかかり、その2時間後くらいに合格して以下のようにiTunes storeに並んでいる模様。
マスクキャッチ

久しぶりのアプリ申請の手順だったので、xcodeでの操作も微妙に昔と変わっており、やや手こずりました。
ところで、アプリを申請した直後に、以下のようなメールが来て戸惑ったことを思い出しました。

We have discovered one or more issues with your recent delivery for "maskCatch". Your delivery was successful, but you may wish to correct the following issues in your next delivery:

Missing Push Notification Entitlement - Your app appears to include API used to register with the Apple Push Notification service, but the app signature's entitlements do not include the "aps-environment" entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution provisioning profile that includes the "aps-environment" entitlement. See "Provisioning and Development" in the Local and Push Notification Programming Guide for more information. If your app does not use the Apple Push Notification service, no action is required. You may remove the API from future submissions to stop this warning. If you use a third-party framework, you may need to contact the developer for information on removing the API.

After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to iTunes Connect.

どうやら「あなたのアプリにはプッシュ通知機能が入っていると思われるのだけれどもプッシュ通知の権限をあなたは取得していないからちゃんと取得してください」みたいな文面に読めたような気がしましたが、心当たりがないので無視しようと思いました。
まあ

If your app does not use the Apple Push Notification service, no action is required.

とも書かれているし。

しかしアップル様がこういうメール送ってくるということは、私のアプリにプッシュ通知機能含まれている率についてやや確信度が高いんじゃないかと思いました。
私何か手違いでプッシュ通知があるとかいうフラグ立ててしまったのかなあ。
単に上から落ちてくる物体を受け取めるだけという単純なアプリなのに。

調べてみるとべにやまぶろぐ様のところに、無視してOKとのことが書かれていました。
というわけで無視。

で、結果としてはなんら問題なく審査が通過しました。

今後もアプリ申請時ににたようなアラートくるかもしれませんが、とりあえず放置で行こうと思います。

まあ一番の懸念ごとは、そもそもこんな単純な内容のアプリが審査通過するのかという点ですが、昔も今も変わらず、その点は甘めに見てくれるようですな。

iphone,ipadのアプリをアップルストアに並べるには、「厳しい審査」を通過しなければならないという情報を昔見たような気がしますが、未だにその厳しさを味わっていません。

でもそろそろちゃんと社会の役に立つようなアプリを作りたいです。

 - アプリ開発, テクノロジー