Apart of In-App Billing there are other services that are implemented via custom APIs in different stores.
I think in our architecture we should plan our lib to be extendable to other services. For example a lot of developers need methods to link to review page in the appstore or link to another app in the appstore (like trial version linking to the full version).
There are other services like:
- Lincesning manager
- Push
- Backup
- Maps
That we will try to wrap later in the same way as we wrap in-app billing API now.
Best regards,
Vassili