cocos2d-x / plugin-x

Plugin-x is the plugin repository for cocos2d-x, it also provides a unified API for plugins.
71 stars 91 forks source link

New Plugin for GooglePlayService. #32

Closed james-song closed 10 years ago

james-song commented 10 years ago

New GooglePlayService SDK is supported Abmod, Analytics, Game, Google+, more.

zawasp commented 10 years ago

Please merge this. Apps developed with standalone AdMob will not be accepted after August 1st, 2014: http://thenextweb.com/google/2014/02/12/google-will-deprecate-standalone-admob-sdk-android-august-1-asks-developers-use-play-services/

natural-law commented 10 years ago

@reeoss I'm sorry that I think the pull request can't be merged. Because you shouldn't add class ProtocolGoogle. The right way to add google service into plugin-x is : Separate the API into existed protocols, but not add a new one.

You can take a look at the plugin nd91. It contains IAP, Social, User Service. But no more protocols added.

After all, thanks for your attention and contribution.