-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Support Push Notifications for non-ejected CRNA apps #631
Comments
Hi @ankitkante , Thank you for trying out Amplify. Push notifications cannot be added to non-ejected CRNA apps. This is because there are some differences in how push notifications are handled in iOS and Android. This causes us to update the platform folders of the app for the feature to work. |
expo has a solution for this : https://docs.expo.io/versions/v29.0.0/guides/push-notifications |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
The docs mentioned here describes in detail, how to setup notifications in a react native app. But, from the looks of it, this will not work for non-ejected CRNA apps
What is the expected behavior?
If no support available, then provide support for enabling notifications in non-ejected CRNA apps.
If support is available, then update the documentation so that it describes the steps to configure push notifications in non-ejected CRNA apps.
The text was updated successfully, but these errors were encountered: