Hi!
Have had my mobile game out on android for some time now. Have got a hold of a macbook and built a version in xcode. After jumping through a few versions of Unity to make it build (started on 2019.3.0a5, now using 2019.1.14) I’ve found that ads won’t initialize. I get a constant alternating messages in xcode’s terminal while running saying:
Unity ads intializing :: game id myiosgameid :: downloading config from unity address (this message is what I remember, haven’t got my mac with me to get the exact error, will edit when I’m back)
and
“could not signal service com.apple.webkit.networking: 113: could not find specified service” (this I got from my notes, this is exactly what comes out)
The terminal is constantly spitting these out, and ads do not work in the game. In the editor, or android, ads are fine.
Does anyone have any idea what’s wrong?
Thanks
Will