Hi guys, I might need some help here.
At first I referenced this library by using:
compile 'net.openid:appauth:0.5.1' in my gradle file.
the RedirectUriReceiverActivity in AndroidManifest.xml looks like:
data android:scheme="${appAuthRedirectScheme}" -- I only put the scheme part here.
Then I declared:
manifestPlaceholders = [
'appAuthRedirectScheme': 'com.googleusercontent.apps.Client_ID'
]
in my gradle file. Everything works fine.
However, after I forked this project and put "net.openid.appauth" code in a library module in my own project it didn't work anymore.
I tried using : data android:scheme="com.myapp"
Still didn't work.
My google authentication stops at CustomTabActivity.
Any suggestions?
Much appreciated.
Thanks.
Hi guys, I might need some help here.
At first I referenced this library by using:
compile 'net.openid:appauth:0.5.1' in my gradle file.
the RedirectUriReceiverActivity in AndroidManifest.xml looks like:
data android:scheme="${appAuthRedirectScheme}" -- I only put the scheme part here.
Then I declared:
manifestPlaceholders = [
'appAuthRedirectScheme': 'com.googleusercontent.apps.Client_ID'
]
in my gradle file. Everything works fine.
However, after I forked this project and put "net.openid.appauth" code in a library module in my own project it didn't work anymore.
I tried using : data android:scheme="com.myapp"
Still didn't work.
My google authentication stops at CustomTabActivity.
Any suggestions?
Much appreciated.
Thanks.