Add a dropdown block to check iOS and API versions

mat0pad

  • Posts: 364
Really something we need!
Add a dropdown block to check iOS  and API versions

So we can check what version the users are using fx for ratings:

For ios 7 below one would use:
Code: [Select]
http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?pageNumber=0&sortOrdering=1&type=Purple+Software&mt=8&id=YOUR_IDFor ios 7 one would use:
Code: [Select]
itms-apps://itunes.apple.com/app/idAPP_ID
But this is just an example of what that could be done with it. There're many more possibilities
   


                              

mat0pad

  • Posts: 364