Posts

Post not yet marked as solved
2 Replies
0 Views
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.