Hello,
after we switched over our project to UE 4.13 we got some strange behavior on the login with Play Services.
After i get asked for an account to login with, i get another windows to allow additional + permissions on reading my age and language, etc. (see Screenshot)
Our final AndroidManifest.xml permission settings look like the following:
So I pulled down Unreal Match 3 from the Play Store to verify that the same screen pops up. When I install the application, I get “Unreal Match 3 needs access to:” and it lists all that Unreal Match 3 needs access to and you accept it.
Do you see any differences in your AndroidManifest.xml from 4.12 to 4.13 in your project?
Hello ,
i pulled down the Unreal Match 3 from play store too and yes it’s requiring the same G+ permissions as our app after the Update to 4.13.
That wasn’t a thing with 4.12.
The AndroidManifest looks the same with 4.12.
Yeah we upgraded to 4.13.1 but the same permissions are required.
We use the Source Version.
Before 4.13 the was logged in to Play Games and everything was fine, no additional permissions on G+ were needed to be accepted. This only shows up since we switched to 4.13.
I assume thats a (side) effect from
New: Added additional scope (plus.login) to Play Games builder. (Changelog for UE 4.13)
In Android 6.0, permissions have changed from where you could choose “all or nothing” to a different structure where the prompt for each permission appears when downloading an app for the first time. So that would include + profile, contacts, phone, etc.
Check your settings for the application and make sure there weren’t any extra security measures/privileges provided in your application profile.
Okay we will check our Settings, but i have to note that we did not make any changes to our App or Settings. We only have updated the engine from 4.12 to 4.13.
We have this problems on Android Devices with Android Version 6.0.0+ but these devices had this version before we updated the engine. So thats not the problem.