Replies: 2 comments 4 replies
-
Based on your description, this may be an issue related to MDM Installs. I suspect if it were a general issue, it would have come up well before now since Xcode 13 has now been used for several months. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@mikehardy Do you know why the React Native docs say the modes need to be added? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does the Background Modes entitlement need to be added for an iOS app to use Firebase Cloud Messaging, RemoteConfig, etc.?
Google's official Firebase iOS SDK documentation only says we need to add the Push Notifications entitlement.
However the React Native Firebase website says:
Which of these two is correct?
I'm asking, because as of Xcode 13, our app is getting killed during launch on iOS 14 devices where the App Store version of the app gets installed via an MDM Install App Command (but not if MDM installs an ad-hoc build, nor if the user directly downloads and installs the app themselves from the app store). The crash report says "unknown thread" and does not provide a stack trace.
Just trying to make sure whether we might need some additional entitlements for Crashlytics that, if we didn't have them, might cause some problems...
For details see Apple Developer forum post here: https://developer.apple.com/forums/thread/693606
Beta Was this translation helpful? Give feedback.
All reactions