You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to unity3d-d...@googlegroups.com
Anyone know how to get the OS version the iphone is running?
SystemInfo.operatingSystem returns the device ID on the iPhone, nothing OS specific.
IPhoneSettings.systemName merely says “iPhone OS”
I’m trying to figure out if I’m on OS 4 or not. I’d like to use iAd when I’m on OS 4 and Admob when I’m on an older OS. I’m feeling a little bit like my only options are to either try iAd and if it fails to deliver an ad to try Admob, but this can fail on OS 4 as well and iAd and Admob deliver ads of different sizes so it’s an inconsistent user experience, or to simply use Admob but the ads on iAd seem to be more appealing and don’t really leave your game.
I’m not seeing anything on the forums about this. I’m not really sure if anyone has tried this sort of failover before.
Thanks
Cliff
technicat
unread,
Nov 5, 2010, 12:13:39 PM11/5/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Unity3D Developers
I reported it during the 3.0 beta. The response says
System.graphicsDeviceVendor returns a "meaningful result" but I
haven't checked that.