Firebase causes issue “Missing Push Notification Entitlement” after delivery to itunes connect

后端 未结 3 1858
忘掉有多难
忘掉有多难 2020-12-12 22:23

As you may be aware, Google starts to use Firebase as analytics so I want to use it in my current project. I succesfully finished the implementation and upload project to iT

3条回答
  •  旧巷少年郎
    2020-12-12 22:58

    If the library that you're using has any calls to the push notification API and you don't have a provisioning profile/certificate that enables your app to receive push notifications then you will receive this email from Apple. However if you do not need to use push notifications in your app then you can ignore this email.

    This email doesn't mean that your app will be rejected. I used to get this email all of the time when submitting games made with Unity and using a certain Prime31 plugin for native functionality, it also made use of the push notification API which caused me to receive this email.

    You can ignore it, it will be fine.

提交回复
热议问题