Android Question No Firebase Token on Marshmallow

mojako

Member
Licensed User
Dear All,

we got problem on getting Firebase Token on version marshmallow.
on lower version we have no problem to get FB Token.

is there any different libs or other way to get FB Token on marshmallow just like doing the permission.

thanks
 

mojako

Member
Licensed User
@Erel ,

we already set targetSDKversion to 25.. would you describe what permission is needed and how to implement with runtimePermission
 
Last edited:
Upvote 0

mojako

Member
Licensed User
Don't set the targetSdkVersion to 25. Set it to 19 or 23 (if you want to use runtime permissions).

Start with setting it to 19.
thats not possible @Erel , because we using AppCompat Lib with this project.. and AppCompat can not work without targetSDK 25..
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
thats not possible @Erel , because we using AppCompat Lib with this project.. and AppCompat can not work without targetSDK 25..
That´s not true

You are confusing targetSdk and Android SDK Build-tools

In Android SDK-Manager be sure that the "Android SDK Build-tools" 25.x.x is installed! Deinstall all versions prior to version 25!
 
Upvote 0
Top