android - google play games service same e-mail account returns difference id -


i'm using google-play-games-service plug-in unity 0.9.26.

namespace googleplaygames { public class pluginversion { // older versions, used when upgrading other versions public const string versionkeycpp = "00911"; public const string versionkeyu5 = "00915"; public const int versionint = 0x0926; public const string versionstring = "0.9.27"; public const string versionkey = "00927";  // used check correct min version or play services. public const int mingmscoreversioncode = 8115000;  // used right version of dependencies. public const string playservicesversionconstraint = "8.1+"; } 

my server identify user id

social.localuser.id  //(like 123456789012345678901) 21character 

i saw id unique, after release app user send difference id(not null or empty, g1234568901234567890 start 'g' same 21character) server can't find user data.

is fault or kind of bug?

this change in behavior of play game services. details explained in more detail here: http://android-developers.blogspot.com/2016/01/play-games-permissions-are-changing-in.html. quick summary is:

players prompted sign-in once per account, rather once per game players no longer need account upgraded google+ use play games services.

once players have signed-in first time, no longer need sign in future games; automatically signed in.

as result, there less friction in playing game (no consent screen needed, , no google+ account needed.

please use "email" link under contact in section of google play developer console more information during migration efforts.


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -