ios - Firebase causes issue "Missing Push Notification Entitlement" after delivery to itunes connect -


as may aware, google starts use firebase analytics want use in current project. succesfully finished implementation , upload project itunes connect. got mail below. not want use push notificaiton option of firebase included in sdk. need remove it?how? cause rejection review?

dear developer,

we have discovered 1 or more issues recent delivery "instant baby dream". delivery successful, may wish correct following issues in next delivery:

missing push notification entitlement - app appears include api used register apple push notification service, app signature's entitlements not include "aps-environment" entitlement. if app uses apple push notification service, make sure app id enabled push notification in provisioning portal, , resubmit after signing app distribution provisioning profile includes "aps-environment" entitlement. see "provisioning , development" in local , push notification programming guide more information. if app not use apple push notification service, no action required. may remove api future submissions stop warning. if use third-party framework, may need contact developer information on removing api.

after you’ve corrected issues, can use xcode or application loader upload new binary itunes connect.

regards,

the app store team

if library you're using has calls push notification api , don't have provisioning profile/certificate enables app receive push notifications receive email apple. if not need use push notifications in app can ignore email.

this email doesn't mean app rejected. used email of time when submitting games made unity , using prime31 plugin native functionality, made use of push notification api caused me receive email.

you can ignore it, fine.


Comments

Popular posts from this blog

scala - 'wrong top statement declaration' when using slick in IntelliJ -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

PySide and Qt Properties: Connecting signals from Python to QML -