2 different versions of same application sharing same Google Play Games application id?

六月ゝ 毕业季﹏ 提交于 2019-12-24 06:57:05

问题


I'm changing my application to let me compile it to be used as a free or paid application. I have the free version running yet. It has a lot of achievements and Leaderboards configured on developer console and don't want to rewrite them again. Is it possible for 2 differnet applications in google play share same Google Game Services application id (bind 2 different games to the same application service id)? Or must I create a new application under game serverices in google developer console?.

Thanks in advance.


回答1:


I haven't tried this, but according to the documentation it should be possible.

According to this, you can click the "Link Another App" button to add more.

According to this, you can link up to 20 between Android, iOS, and webApps.




回答2:


Yes, it is possible. All you have to do is add two different Android linked apps to the application's configuration on the Developer Console.

  1. Go to play.google.com/apps/publish
  2. Go to the Game Services tab (joystick icon on the left)
  3. Click on your game's entry
  4. Clicked "Linked Apps"
  5. Click "Link another app"
  6. Follow the steps to fill in the package name and signing certificate for your second app.

On your second app, make sure to include to set the package name to the one you chose, and make sure to sign it with the certificate whose fingerprint you entered (yes, sounds obvious, but I for one shot myself in the foot with that more than once).

Also, make sure the account you're using to test the game is listed in the Testing section.



来源:https://stackoverflow.com/questions/19547497/2-different-versions-of-same-application-sharing-same-google-play-games-applicat

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!