Yevhen Lobanov
Yevhen Lobanov
> I had Amplify configured in the index.js file, I also needed to configure the PushNotifications which solved the issue for me. It was a blunder from me. > >...
same problem, actually slightly different. Our business needs are to show warning if user selected unsupported file, library allow to pick gif file and it converts it to jpg under...
> This is working for us- > > **Android** > > `` > > **iOS** > > ``` > // Called when a notification is delivered to a foreground app....
I can confirm same issue, MFA is configured as optional in cognito console
@ChrisLFieldsII @iamaralinvestplay Thanks for Your fantastic job, it so hard to get working module or temporary solution from dev team(and no fixes for many month). Your patch fixed this error...
@tannerabread Yes, You are right, onRegister callback is not working with Android device, but it is working with iOs device, I'm unable to migrate instantly to 0.70 + because of...
@tannerabread unfortunately it fails (rn 0.67.5 ) because of PendingIntent Flag in RNPushNotificationHelper without patch mentioned above, does not fail with patch, onRegister is not called at all.( 0.67.4 does...
@tannerabread Hi. I'm sorry for delay, had other things to do. Unfortunately I was not able to migrate to new sdk. For some reasons with RN 0.67.5 some pod modules...
> @LYevhen were you able to check if you had the config step @Samaritan1011001 mentioned
@tannerabread Hi, I managed to have this callback working only in case app is running on background, but If app is closed then issue is reproducible.