Hi. My "applicationId" in build.gradle is 'wrtmobile.wrt_mobile' and you see applicationId contains '_' simbol.
I use AUTH0_REDIRECT_URI as:
AUTH0_REDIRECT_URI = 'wrtmobile.wrt_mobile://login-callback'
An last step authorization when chrome custom tabs retuns result to my flutter app i get error what page not found (404 error).
For test i create new flutter project with "applicationId" in build.gradle is 'wrtmobile.wrt.mobile' (without underscore in name) and authorization is WORKED!
My application is published in google play therefore I cannot change applicationId.
How to fix so that my application to work with applicationId wrtmobile.wrt_mobile (which underscore)?
Hi. My "applicationId" in build.gradle is 'wrtmobile.wrt_mobile' and you see applicationId contains '_' simbol. I use AUTH0_REDIRECT_URI as:
AUTH0_REDIRECT_URI = 'wrtmobile.wrt_mobile://login-callback'
and manifestPlaceholders as:
An last step authorization when chrome custom tabs retuns result to my flutter app i get error what page not found (404 error). For test i create new flutter project with "applicationId" in build.gradle is 'wrtmobile.wrt.mobile' (without underscore in name) and authorization is WORKED!
My application is published in google play therefore I cannot change applicationId. How to fix so that my application to work with applicationId wrtmobile.wrt_mobile (which underscore)?