I did the FCM Background in xcode and uploaded my app to testflight.
However, the downloaded app always shows ‘App crash’ when pressing the home button (entering background).
The xcode version has been tested with 11.2.1, 11.0, 10.3, and 10.2, but they all happen the same.
Also, this App Crash does not occur in Debug builds, only in release apps downloaded from Testflight.
How can I solve this?
help me please…ㅠ_ㅠ
The picture below is a crash report extracted from debug zombie.
aeq
2
Have you tried debug_log() for Uno code and console.log for JS code in your modules code to find where the crash occurs?
Sure.
he app downloaded from testflight works fine, but when I pressed the home button, the app crashes.
However, building to debug mode, no app crashes when pressed the home button.
aeq
4
Are you debugging a debug or release version of your fuse app?
Did you do uno build -t=iOS -configuration=release -adebug
or uno build -t=iOS -adebug
when debugging?
What module(s) are you using?