Hi,
I trying to using Mobile Advert into my project, when export into iOS I got the following error
ERROR: Rejection from 'advert' handler 'Configure': unsupported URL
[C3 advert] Event (configuration failed Error (unsupported URL) Type ()
Nepeo and — suggest that this error is because of my privacy url is incorrect.
Here is my url: zobukgaming.com/privacypolicy.html
What I have tried so far:
zobukgaming.com/privacypolicy.html
http://zobukgaming.com/privacypolicy.html
https://www.zobukgaming.com/privacypolicy.html
http://www.zobukgaming.com/privacypolicy.html
zobukgaming.com/privacypolicy.html
zobukgaming.com/privacypolicy.html
www.zobukgaming.com/privacypolicy.html
www.zobukgaming.com/privacypolicy.html
None of them work.
Any suggestion?
P/S:
- I'm change it in exported xcode project via data.json file. Do I need to change it from Construct before export? If so, which url pattern work?
- It's strange, I turn off TestMode in, export again and build, still the same error, with error on create Interstitial also
[C3 advert] Event (interstitial created Error () Type () Amount (0))
but when I check my Admob account, it show request = 4 and match rate = 100% (still no ads show).
Or did I do something wrong?