Christopher Fields
Christopher Fields
> Thank you @david-mcafee for taking the time! Two things I need to discuss then: > > 1. If all fields are optional, they **should** be marked as `OPTIONAL` just...
I went through a lot trying to get amplify pushnotification to work w/ android 12. i left my patch on this issue [here](https://github.com/aws-amplify/amplify-js/issues/10118#issuecomment-1267940824) Once you get past this `IMMUTABILITY` flag...
> I also have implemented @ChrisLFieldsII patch to resolve the issue. Great work and thanks for helping out the community!! Glad it could help! I just updated the [comment](https://github.com/aws-amplify/amplify-js/issues/10118#issuecomment-1267940824) i...
It seems this occurs on Android 12 devices. Here is a reference of the issue: https://github.com/invertase/notifee/issues/250 The amplify android code currently relies on a [notification trampoline](https://developer.android.com/about/versions/12/behavior-changes-12#notification-trampolines) which is no longer...
Here is the patch I am using to make the push notifications module compatible with android 12 Note that the changes in the `RNPushNotificationBroadcastReceiver.java` are useless. Its the changes in...
> @ChrisLFieldsII Hello! > > Would you please advise on you patch. I'm trying to implement it in my app in order to get PN work on Android 12+. So...
I am experiencing the same on IOS
@j0k3r @yukitaka13-1110 ### Problem: > Checking your `serverless.yml` file, you don't have functions declared. Is it intended? I think that's why serverless-webpack doesn't find any files to package. I just...
This is a copy of #62 it sounds like. It is best to follow the issue there. I just opened a PR #709, which should address this as my company...
@bonnmh This is whats causing the crash. > Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present Here is...