cocos2d-x / plugin-x

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

Fix GooglePlay IAP plugin document. #145

Open yalab opened 9 years ago

yalab commented 9 years ago

Hi.

I caught a bug that GooglePlay IAP Plugin doesn't call consume. So It occurs that GooglePlay IAP can buy only once per each SKU. It ascribe that Activity doesn't call onActivityResult. I found that the document is obsolete.

Thanks.