Is there a way to determine the version number of the iPad one’s app is running on? I was looking at e.g. system.getInfo(‘platformVersion’) but didn’t find the respective version value there. I’m asking 'cause I had just tried to add more graphical effects when on the iPad 2 versus the iPad 1 (I probably won’t go ahead with that but I’m still curious
). [import]uid: 10284 topic_id: 14321 reply_id: 314321[/import]
Did you try system.getInfo(“architectureInfo”)
I don’t have both iPads to test with but they might return different values for each device. [import]uid: 9422 topic_id: 14321 reply_id: 52952[/import]
Is it “iPad1,1” for the ipad1 and “iPad2,1” for the iPad2? [import]uid: 102950 topic_id: 14321 reply_id: 79723[/import]