oAuth customer ID

I need to create an oAuth client ID. Where is the AndroidManifest.xml file?

You don’t touch that unless you’re doing native builds.

That said, you might be able to extract it, and put it back using tools after you build the APK.

* UPDATE *

Hopefully, someone here can get back to you with a solution that doesn’t require either of those options.

That said, while I know what oAuth is, I don’t know what you mean by oAuth client id, or why you need to modify the manifest.

If you can give a little more detail on the change you’re hoping to make, a clever designer here may be able to give you some tips on alternate means.

@roaminggamer - Glad to see you!

I want to add a google play leaderboard so that players can see the results of other players (and I want to monetize the app).

I am guided by this article: https://forums.coronalabs.com/topic/66636-from-the-blog-google-play-games-services-update-and-how-to-use-snapshots/

If there are other ways to show players the score of other players, I’ll be glad to know it)

PS - I want to download the game in the Play Market, if this is important for the solution

You shouldn’t need to mess with your AndroidManifest.xml file to use either Google Play Game Services (GPGS) or Google IAP v3.  Both of these are documented on our docs site:

For GPGS, see: https://docs.coronalabs.com/tutorial/games/gameLeaderboards/index.html

This covers implementing basic leaderboards across both iOS and Android. And for IAP, again, this is cross-platform, but using Google IAP is covered in this guide:

https://docs.coronalabs.com/guide/monetization/IAP/index.html

Rob

@Rob Miracle - Thank you)

You don’t touch that unless you’re doing native builds.

That said, you might be able to extract it, and put it back using tools after you build the APK.

* UPDATE *

Hopefully, someone here can get back to you with a solution that doesn’t require either of those options.

That said, while I know what oAuth is, I don’t know what you mean by oAuth client id, or why you need to modify the manifest.

If you can give a little more detail on the change you’re hoping to make, a clever designer here may be able to give you some tips on alternate means.

@roaminggamer - Glad to see you!

I want to add a google play leaderboard so that players can see the results of other players (and I want to monetize the app).

I am guided by this article: https://forums.coronalabs.com/topic/66636-from-the-blog-google-play-games-services-update-and-how-to-use-snapshots/

If there are other ways to show players the score of other players, I’ll be glad to know it)

PS - I want to download the game in the Play Market, if this is important for the solution

You shouldn’t need to mess with your AndroidManifest.xml file to use either Google Play Game Services (GPGS) or Google IAP v3.  Both of these are documented on our docs site:

For GPGS, see: https://docs.coronalabs.com/tutorial/games/gameLeaderboards/index.html

This covers implementing basic leaderboards across both iOS and Android. And for IAP, again, this is cross-platform, but using Google IAP is covered in this guide:

https://docs.coronalabs.com/guide/monetization/IAP/index.html

Rob

@Rob Miracle - Thank you)