Every platform has a different library to handle in-app purchases, the Apple StoreKit framework and the Google Play Billing library are obviously very different beasts.They are also unnecessarily complicated! It’ll take you an incredible amount of time to get it right.As mobile developers ourselves we did experience how painful it is to deal with in-app purchases. We were literally dreaming of an SDK that would be easy to use and able to communicate with all the different platforms. Time is precious when working on a startup.Long story short, we ended up developing the SDK we were dreaming of! And the good news is that you can now use it too.
/*
* Once simple method to call once when starting your app
*/
await Iaphub.start({
// Just provide the appId/apiKey of your app
appId: "5e4890f6c61fc971cf46db4d",
apiKey: "SDp7aY220RtzZrsvRpp4BGFm6qZqNkrt",
// And a few optional options
// Like allowing purchases without logging in
allowAnonymousPurchase: true
});
With over 10 years of experience dealing with payments and in-app purchases, we launched IAPHUB to the public in March 2020 after developing and testing our service internally for 2 years.As of today, we're proud to say that our platform is processing payments for hundreds of apps, our infrastructure has been battle tested and is being used by millions of customers every month.
You're looking for a long term partner to help you monetize and grow your mobile apps.IAPHUB is here to stay, we're a profitable bootstrapped startup and we're looking forward to share our experience and all the tools we've developped over the years to make your life easier.We’re funded directly by our amazing community and we're giving it back by working hard and fast to deliver the improvements and features they need.Big thank you to all the startups, indie developers, small & big companies supporting us ❤️.
Configure the products you have for sale remotely from the IAPHUB dashboard.No need to deploy a new release.
Out of the box insights of on all your sales, subscriptions and all the metrics you need to increase your revenue.Easy access to all the details of a customer: past transactions, active subscriptions & more.
Using IAPHUB isn’t just about enjoying the awesome tools that took us years of development.If you have any issues down the road, we’re here to help and answer all your questions.
And it is as easy as sending us an email at [email protected].
Receive webhooks directly to your server to be notified of any event such as a purchase or a subscription cancellation.More info on our documentation.
One easy API to access all the data you might need.More info on our documentation.
We’re constantly monitoring any issues that might arise.If our smart assistant detects something, you’ll be notified immediately with some useful information to fix your issue.Maintaining and monitoring a payment system takes time, we’re doing all this work for you so you can spend your precious time on your app.
At first you’ll probably want to sell the same products to all your customers, which is great to start.But you might be interested later into doing some optimizations, this is when you’ll learn to love our smart listing feature.Our smart listing editor will give you complete control to develop complex scenarios, such as:
A/B testing different products
Returning different products depending on the user country
Returning different products depending on user tags
And literally everything else you might want to do! You can find more information on our documentation.