You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unclear what part of Expo setup is at fault here, but it's a "generic" Expo project.
Expected Behavior
APNs environment should be properly detected, or preferably, there should be a way to tell the SDK which one we are in.
Actual Incorrect Behavior
Error/Warning is printed for environment issue
Verbose Logs
[SesameDev.debug.dylib] Unable to automatically detect APNs environment from executable. Defaulting to `development`.
[libapp_launch_measurement.dylib] Failed to send CA Event for app launch measurements for ca_event_type: 0 event_name:
com.apple.app_launch_measurement.FirstFramePresentationMetric
[libapp_launch_measurement.dylib] Failed to send CA Event for app launch measurements for ca_event_type: 1 event_name:
com.apple.app_launch_measurement.ExtendedLaunchMetrics
[CoreFoundation] AddInstanceForFactory: No factory registered for id <CFUUID 0x600000309a60> F8BB1C28-BAE8-11D6-9C31-00039315CD46
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Hi @djMax, it looks like you are in a debug environment. When you are in a debug/development environment, there isn't always a guarantee that the executable contains the APNs environment configuration. We default to development, so seeing this log message in a debug app is expected if you did not explicitly set the aps-environment in your app's .entitlements file.
These entitlements are automatically set by Xcode during the code signing and archival process, so you should not expect to see this fallback occur in a live production app.
If you have are observing other behaviors that do not align with what's described above, please write into [email protected] for a deeper look into your project. Thanks!
Which Platforms?
iOS
Which React Native Version?
0.75.3
Which @braze/react-native-sdk SDK version?
13.1.1
Repro Rate
100%
Steps To Reproduce
Unclear what part of Expo setup is at fault here, but it's a "generic" Expo project.
Expected Behavior
APNs environment should be properly detected, or preferably, there should be a way to tell the SDK which one we are in.
Actual Incorrect Behavior
Error/Warning is printed for environment issue
Verbose Logs
Additional Information
No response
The text was updated successfully, but these errors were encountered: