MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
275 stars 245 forks source link

applicationId with underscore (wrtmobile.wrt_mobile) no worked. #268

Closed postflow closed 2 years ago

postflow commented 2 years ago

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:

manifestPlaceholders = [
           'appAuthRedirectScheme': 'wrtmobile.wrt_mobile'
   ]

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)?