- Home /
Why can I see my mobclix ads (using Prime31 plug-in with Unity) with my iPad and iPod Touch (3rd gen) but not my 4th gen iPhone?
Not sure if anyone else has run into this, but it's driving me up the wall.
I'm still in development so I don't see actual ads, just the placeholder [mobclix.com] ones. But like I said, only on my Touch and my iPad. Is there something special with iPhone I need to do?
Answer by JoshOClock · Jan 31, 2011 at 06:29 AM
The issue was the fact that it's a retina display, so my math using screen.width wasn't actually correct. As Mike from Prime31 put it:
The issue is most likely due to Unity reporting screen coordinates in pixels while iOS uses points. If you are outputting to high res for retina screens you will need to do ( Screen.width / 2 ) / 2 when on hi res, or just ( Screen.width / 2 ) for low res.
Good to know.
Your answer
Follow this Question
Related Questions
Stop audio/background music from pausing when showing ads 1 Answer
mobclix plugin issue for windows 1 Answer
Integrate MobClix Ads in Unity 4 - iOS 0 Answers
Prime31 Social Breaking Unity Ads 0 Answers
Resume Device's Music After Unity Ads? 0 Answers