Help! Google-Play-Service.jar need update

Hi,

I found that the version of google-play-service.jar Corona Enterprise provide is 4242000, while the latest is 5089000. When I replace the old google-play-service.jar  with the latest one, and change the version number in AndroidManifest.xml, then my game cannot login Google Play Game Service (There is no login dialog show up). However, there is no problem with the old one. Is there any step need to do to update google-play-service.jar? Is there anyone can help me? Thanks

Corona’s plugins are built against the older version of the library. The new version most likely has breaking changes in the API causing the Corona plugins to fail.

The way I see it you have two options:

  1. Use existing plugins, and wait for CoronaLabs to update to a newer version of the library.

  2. Update to the newer version yourself, but then you have to write your own plugins for the functionality you need.

@ingemar

Thanks. It seems that I have to update newer version myself.

Personally I haven’t had the need to update to the newer version of the library.
Even if it’s an older version it still works as expected.

Corona’s plugins are built against the older version of the library. The new version most likely has breaking changes in the API causing the Corona plugins to fail.

The way I see it you have two options:

  1. Use existing plugins, and wait for CoronaLabs to update to a newer version of the library.

  2. Update to the newer version yourself, but then you have to write your own plugins for the functionality you need.

@ingemar

Thanks. It seems that I have to update newer version myself.

Personally I haven’t had the need to update to the newer version of the library.
Even if it’s an older version it still works as expected.