Fruit Swipe Match 3 Kit Monetization
Unity AdsThe kit provides a rewarded ad button in the level scene that is automatically enabled if you have enabled Unity Ads in your project. In order to enable Unity Ads in your project, please follow this guide (stop at the part where code starts to get written, as we have already written the code for you). These are the main steps you need to perform:
NOTE: If, after following these steps, you still do not have ads enabled on your project, you may want to disable and re-enable the service again. In our experience, Unity is finicky sometimes when it comes to detecting it. Unity IAPThe kit provides a coins shop with in-app purchasable packs of coins using Unity IAP. In order to enable Unity IAP in your project, please follow this guide. These are the main steps you need to perform:
The Store id needs to be exactly the same identifier you use in your store (App Store, Google Play, etc.), while the rest of the fields are only visual. Please note you will need to have previously defined your available in-app purchasable items in the store/s of your choice (for more details, please follow this guide). IMPORTANT: Even if the latest versions of Unity provide a built-in IAP package, you still need to perform the previous configuration manually. You can read more about why this is needed here. |