Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: APN Android fixes #343

Merged
merged 2 commits into from
Oct 7, 2024
Merged

Conversation

mrehan27
Copy link
Contributor

@mrehan27 mrehan27 commented Oct 3, 2024

Changes

  • Updated Gradle files to include Kotlin plugin and applied pending changes from RN version upgrade, ensuring APN Android app compiles and runs successfully
  • Fixed push notification not showing in Android

@mrehan27 mrehan27 self-assigned this Oct 3, 2024
Copy link

github-actions bot commented Oct 3, 2024

Sample app builds 📱

Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request.


  • APN: 343.2.0 (28799041)
  • FCM: 343.2.0 (28799041)

@mrehan27 mrehan27 requested a review from Shahroz16 October 3, 2024 08:47
Copy link
Contributor

@Shahroz16 Shahroz16 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, with one question

notifications are handled by Customer.io. Read more:
https://www.customer.io/docs/sdk/react-native/push-notifications/multiple-push-providers/ -->
<service
android:name="io.customer.messagingpush.CustomerIOFirebaseMessagingService"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we have any other messaging service in APN that can intercept? otherwise why would we need it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We added rnfirebase in APN. I too think we might not need that at all, we can discuss this internally and remove this with rnfirebase completely later.

@mrehan27 mrehan27 merged commit 8aeeddf into feature/cdp-main Oct 7, 2024
10 checks passed
@mrehan27 mrehan27 deleted the rehan/apn-android-fixes branch October 7, 2024 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants