Hi, I did a lot of test. It still now works. You video only show Android, not IOS.
Here is want I do:
1). Download your Ultimate_Ads_5150 and installed on C3 (UltimateAds.c3addon)
2). Open your UltimateAds.capx under C3.
3). Export. Menu -> Export-> IOS (Cordova), download and replace the <plugin name="cocoon-plugin-ads-android-admob" /> to <plugin name="cocoon-plugin-ads-ios-admob" />
4). Zip the folder and using: C3 -> Export manger to build a Xcode project.
5). Open the xcode project and build under Macbook Xcode. Run under iPhone 7 Plus.
6). Only showing Banner Loading... and nothing happens again!
Please help with this! I really need help!
—
Hello fanjiangang,
In the email you sent me with your code snippets I can already see that you use the plugin incorrectly.
The Is Touching condition is executed 60 times per second as long as player touches the CircleBack object. Which causes the Show rewarded video action to be triggered many times. This may cause unexpected behavior. Triggering Interstitials and Banner the same way is , lso wrong.
Instead, you should use trigger conditions (the ones with a small green arrow) available in the plugin or simply ensure that you trigger the show ad actions only once when you need them.
I have provided a test capx with the plugin which shows the correct way to implement the ads (also there are video tutorials). Can you please export the text capx and see if it works for you?