Alex Hinson
Alex Hinson
A few questions: - To clarify, you're seeing the exact same behavior on iOS and Android, right? - Is the app "killed" in the background, or just in an inactive...
For iOS, did you setup [`@react-native-community/push-notification-ios`](https://github.com/react-native-push-notification-ios/push-notification-ios), particularly the `Add Capabilities : Background Mode - Remote Notifications` & `Augment AppDelegate` steps?
Ah yes, you will only be able to receive push notifications on real devices for both iOS and Android.
@stephendmalloy I'm looking into this now. Would you also be able to share an example of your current usage of `updateEndpoint` just for reference? Based on this code, it doesn't...
It does appear that this functionality isn't possible at the moment with Amplify, but we will track this as a feature request for future development.
This has been fixed in https://github.com/microsoft/appcenter-cli/releases/tag/v2.11.0, so the latest version of the CLI should compile correctly. I think this issue can be closed now.
This looks to be related to https://github.com/aws-amplify/amplify-js/pull/7521, which has been merged but not released yet. We will likely be doing a release this week. However, you can test out the...
Ah yes, sorry, I forgot that the PR only addressed a usage with Create React App. I'll do a bit more digging and testing and get back to you 👍
Marking this as a feature request, as the desired functionality regarding customizing the permission message and not requiring Facebook users to sign in doesn't currently exist. However, we are looking...
@shinpeiyamagiwa Yes! We have a section in the docs about setting up an in app browser so that the OAuth flow happens within your app instead of jumping over to...