Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 2 replies, 0 views
Replied In
HELP - App Crash
Hi, thanks a lot for Help.
I know that it is not a good strategy to test without a real device, I'm looking for a ios developper too to help me :).
Thanks a lot for this analysis, I see that it's a problem with the firebase cloud messaging config (APN...)
Intersting thins in the comments of the code of this method :
We have to opt out of referencing APNS related App Delegate methods directly to prevent
an Apple review warning email about missing Push Notification Entitlement
(like here: https://github.com/firebase/firebase-ios-sdk/issues/2807). From our experience, the
warning is triggered when any of the symbols is present in the application sent to review, even
if the code is never executed. Because GULAppDelegateSwizzler may be used by applications that
are not using APNS we have to refer to the methods indirectly using selector constructed from
string.
I have to test it with a ios developper to see deeply the problem.
Thanks a lot.