M mojako Member Licensed User Apr 30, 2017 #1 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
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
Erel B4X founder Staff member Licensed User Longtime User Apr 30, 2017 #2 mojako said: is there any different libs or other way to get FB Token on marshmallow just like doing the permission. Click to expand... No. Note that you also don't need to do anything special with the permissions unless you set targetSdkVersion to 23. Upvote 0
mojako said: is there any different libs or other way to get FB Token on marshmallow just like doing the permission. Click to expand... No. Note that you also don't need to do anything special with the permissions unless you set targetSdkVersion to 23.
M mojako Member Licensed User Apr 30, 2017 #3 @Erel , we already set targetSDKversion to 25.. would you describe what permission is needed and how to implement with runtimePermission Last edited: Apr 30, 2017 Upvote 0
@Erel , we already set targetSDKversion to 25.. would you describe what permission is needed and how to implement with runtimePermission
M mojako Member Licensed User Apr 30, 2017 #4 @Erel, it is happened too with lollypop version.. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Apr 30, 2017 #5 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. Upvote 0
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.
M mojako Member Licensed User Apr 30, 2017 #6 Erel said: 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. Click to expand... thats not possible @Erel , because we using AppCompat Lib with this project.. and AppCompat can not work without targetSDK 25.. Upvote 0
Erel said: 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. Click to expand... thats not possible @Erel , because we using AppCompat Lib with this project.. and AppCompat can not work without targetSDK 25..
DonManfred Expert Licensed User Longtime User Apr 30, 2017 #7 mojako said: thats not possible @Erel , because we using AppCompat Lib with this project.. and AppCompat can not work without targetSDK 25.. Click to expand... That´s not true You are confusing targetSdk and Android SDK Build-tools corwin42 said: In Android SDK-Manager be sure that the "Android SDK Build-tools" 25.x.x is installed! Deinstall all versions prior to version 25! Click to expand... Upvote 0
mojako said: thats not possible @Erel , because we using AppCompat Lib with this project.. and AppCompat can not work without targetSDK 25.. Click to expand... That´s not true You are confusing targetSdk and Android SDK Build-tools corwin42 said: In Android SDK-Manager be sure that the "Android SDK Build-tools" 25.x.x is installed! Deinstall all versions prior to version 25! Click to expand...