You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
Not sure whether to post it in issues, but i would like to contribute to the cause by posting a note about my work. I am working on such extension: https://github.com/wastedabuser/OpenIAB-air
The text was updated successfully, but these errors were encountered:
Couple of advices that comes from our experience with Unity/Marmalade plug-in:
using released OpenIAB.jar is better than bundling from scratches (version is tested by several people in production and version number is the the same everywhere). We assume that OpenIAB.jar API cannot be changed for backward compatibility, so you can replace old version of .jar with new one without any pain.
need to provide the same set of options as in OpenIABHelper.Options. We add more and more configuration flags for OpenIAB (we think how to generate "Options" classes for Unity/Marmalade automatically from OpenIABHelper.Options)
if you find any limitations of existed OpenIAB API - let us know. We face with it often and can recommend couple of useful approach, or find how to change OpenIAB API itself and put it in master
Not sure whether to post it in issues, but i would like to contribute to the cause by posting a note about my work. I am working on such extension: https://github.com/wastedabuser/OpenIAB-air
The text was updated successfully, but these errors were encountered: