Closed xtreem88 closed 1 year ago
Pull request title looks good 👍!
If this pull request gets merged, it will cause a new release of the software. Example: If this project's latest release version is 1.0.0
. If this pull request gets merged in, the next release of this project will be 1.0.1
. This pull request is not a breaking change.
All merged pull requests will eventually get deployed. But some types of pull requests will trigger a deployment (such as features and bug fixes) while some pull requests will wait to get deployed until a later time.
With this fix you are still overriding behavior for received push notifications etc. Event if they are not CustomerIO notifications.
Resolves: https://github.com/customerio/opsbugs/issues/3389
Solution: Call the following in
didRegisterForRemoteNotificationsWithDeviceToken
delegate method. [super application:application didRegisterForRemoteNotificationsWithDeviceToken:deviceToken]Example: