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

后端 未结 3 1856
忘掉有多难
忘掉有多难 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:38

    If you using Firebase, but don't using firebase push notifications, to avoid this warning you should disable app delegate swizzling. Just adding FirebaseAppDelegateProxyEnabled BOOL key with value NO to your Info.plist. And Your future release builds will be without any warnings about Push notifications.

提交回复
热议问题