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:
Use existing plugins, and wait for CoronaLabs to update to a newer version of the library.
Update to the newer version yourself, but then you have to write your own plugins for the functionality you need.
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:
Use existing plugins, and wait for CoronaLabs to update to a newer version of the library.
Update to the newer version yourself, but then you have to write your own plugins for the functionality you need.