Set up app
This guide will walk you through the differents steps to create and set up your app on IAPHUB.
Create an app
To create an app you'll only need to private 3 important informations:
Name
Currency
caution
You won't be able to edit your currency after your app is created
Timezone
caution
You won't be able to edit your timezone after your app is created
Environments
By default an app has a single environment (Production).
If your infrastructure has multiple environments (staging, development) you can create one by clicking on the environment name in the menu.

note
An environment act as a separate app, the products, listings, settings... you modify won't affect other environements
Sandbox data
To display Sandbox purchases, you must enable the Sandbox data mode.

note
When the mode is enabled, the production purchases will be hidden.
Set up Android
In order to set up the Android platform on IAPHUB you'll need to:
- Go to the settings of your app and enable the Android platform.
- Configure the bundle id of your app.
- Configure the Google Play API.
- Configure the server notifications.
Set up IOS
In order to set up the IOS platform on IAPHUB you'll need to:
- Go to the settings of your app and enable the IOS platform.
- Configure the bundle id of your app.
- Configure the shared secret (Only required when selling renewable subscriptions).
- Configure the server notifications (Only necessary when selling renewable subscriptions).
Webhooks
You can enable webhooks in order to be notified on your server when a new event occurs.
It is particularly usefull to unlock a feature on your server when an user purchase a product such as a consumable or a subscription.
You can enable webhooks in the settings of your app, more details about webhooks here
