Ads Setup (Mobile App)
ℹ️
Follow this step only if you have AppLovinMAX or Appodeal account.
If you don't have an account yet, simply ignore this step and continue with rest, For ApplovinMAX If you already have an app on playstore, try getting approval using that app.
ApplovinMAX
Once you have AppLovinMAX account, Create a new app in and then add your "SDK Key" in strings.js and "Ad Review Key" in app.json as follows:
- Goto Account > General > Keys
- Copy Ad Review Key
- Paste your Ad Review Key in app.json file as follows:
app.json
{
"expo": {
// ...
"plugins": [
// ..
[
"./plugins/withApplovinSDK.js",
{
"adReviewKey": "your-applovin-ad-review-key" // add your ad review key here
}
],
[
"./plugins/withAppodealBuildGradle.js"
],
// ...
]
// ...
}
}
- Copy SDK Key
- Paste your SDK Key in string.js file as follows:
values/strings.js
export const strings = {
// App
appTitle: 'Reward Studio',
packageName: 'com.jazbastudio.rewardstudio',
// ...
// Contact Message
supportEmail: "support@reward-studio.com",
contactMessage: "Hello,\n I am {name}, I need help with Reward Studio app. Here is the detail of my problem:\n\n",
//////////////////////////
/////// AppLovin /////////
//////////////////////////
applovinSdkKey: "your-applovin-sdk-key", // add your Applovin SDK key here
}
- Save the changes.
⚠️
Please do not modify above values if you are not usng ApplovinMAX
Appodeal
- Nothing is required at application level for Appodeal.
⚠️
Appodeal does not support earning apps, avoid real cash withdrawals if you plan to use Appodeal.