Tyler Roach
Tyler Roach
It is intended as the standard behavior for Android notifications is to only display in the background: https://firebase.google.com/docs/cloud-messaging/android/receive. This behavior is documented here: https://docs.amplify.aws/gen1/android/build-a-backend/push-notifications/record-notifications/#handle-notification-received. If you want to show notifications...
https://github.com/aws-amplify/amplify-swift/pull/3824 has been released in 2.39.0. Please let us know if you are still seeing the crash after upgrading to that version.
That's great to hear. @allab Have you tried updating as well?
AmplifyOutputsData is marked internal because it is not considered stable. We may at times, change the internal structure, variable names, etc within AmplifyOutputsData. If we were to make this public,...
@sbelbin I did not mean to indicate that amplify_outputs.json is not under a public contract. That contract is set. How we choose to parse that json and convert it into...
Hi @sbelbin I just want to clarify this concern. > Based on this statement of the AmplifyOutputsData hasn't been finalized (stable), then be extension the underlying JSON document of amplify_outputs.json...
The v1 schema for amplify_outputs can be found here: https://github.com/aws-amplify/amplify-backend/blob/main/packages/client-config/src/client-config-schema/schema_v1.json. It is used for all of our client libraries and must remain stable for compatibility. Just for a basic example....
Sorry for the late response here. > It's worth noting that the files extending the Model class seem to work fine, whereas the "simple Java files" do not return expected...
Thank you for the extra information. We are looking into it.
Thank you for the extra information. We are looking into it.