Hui Zhao
Hui Zhao
Thank you for the clarification @saurabhmore . The Amplify Storage S3 plugin currently doesn't support any offline functionality, upload operations requires an active network connection. Can you confirm this is...
Hi @szymondobrzanski For iOS, if you enabled the background mode for your app, when a PN arrives on the phone after the app is killed, it will launch the app...
Hi @rest950 >However, on iOS in the terminated state, I am unable to trigger launchNotification Have you enabled the background mode for you iOS app? If you have enabled background...
There is a known gap leveraging granular GraphQL operation controls in both amplify-swift and amplify-android. PRs were open for both libraries to use granular control. https://github.com/aws-amplify/amplify-android/pull/2265 https://github.com/aws-amplify/amplify-swift/pull/2720 We need to...
Hi @skim037 thanks for all the details, I'm wondering how to you query by using the value of `profile_id`? I hope to understand your case better. ~~In addition to also...
Dug into the implementation which throws this exception in amplify-swift it looks like the logic doesn't allow different model types having the same primary key value (not really custom primary...
Hi @vishnulanka-dataevolve this error is not actually caused by the `rtn-push-notification` package itself, this error occurred from your react-native android app. You may need to update your android app settings,...
Hi @harrynguyen2510 DataStore currently doesn't have a selective clear functionality, here's the feature request issue: https://github.com/aws-amplify/amplify-flutter/issues/2528
Dart Storage S3 plugin has been merged into `next`, this PR is no longer needed. Thanks for the efforts!
Hi @Alex01d when you say it's working, you meant it worked without specifying the `serverComponentsExternalPackages` in `next.config.js`? Thanks in advance!