Closed ami-aman 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.
@Shahroz16 It was decided that we make this release and once when spike is done & we release the spiked feature then we can make the changes in the plugin. We do not want to hold the ticket until spiked feature is out.
Closing this PR as it resolved the initial issue, but it also brought to light additional concerns, such as duplicate push metrics for Expo users. Another feature would cover this case and is planned to be done soon.
Hence closing this PR and not merging it.
closes https://github.com/customerio/issues/issues/10611
This pull request adds the initialization of the Customer.io SDK in the
didFinishLaunchingWithOptions
method of AppDelegate. This resolves an issue where push notification metric tracking was failing because the SDK was not properly initialized.DO NOT MERGE THIS PR. STILL IN QA.