Page 1 of 2

ios6 compatibilty

Posted: Thu Sep 27, 2012 11:52 pm
by SteveLacy

Has Tiggzi been updated to support iOS6 and the iPhone5? I would assume at a minimum, screen sizes and screen shot image sizes would need to reflect the larger screen.


ios6 compatibilty

Posted: Fri Sep 28, 2012 12:47 am
by maxkatz

The iOS build (.ipa file that you get) should work with iOS 6. We will be updating the actual iOS binary settings to include images for iPhone 5.


ios6 compatibilty

Posted: Thu Oct 25, 2012 7:46 pm
by Eric5020946

just checked my app on iphone5 - my app centered and had black bars on the top and on the bottom

I thought jquerymobile will stretch the app to full screen
thoughts?


ios6 compatibilty

Posted: Thu Oct 25, 2012 9:50 pm
by maxkatz

If you run it in the browser. Do you run it as native?


ios6 compatibilty

Posted: Thu Oct 25, 2012 9:59 pm
by Eric5020946

this is mobile app (ipa file) not webrowser app


ios6 compatibilty

Posted: Thu Oct 25, 2012 10:19 pm
by maxkatz

Yes, a native app won't stretch automatically.


ios6 compatibilty

Posted: Thu Oct 25, 2012 10:47 pm
by Eric5020946

any solution to this issue?


ios6 compatibilty

Posted: Thu Oct 25, 2012 10:57 pm
by maxkatz

The current Tiggzi build targets iOS 5, it will be updated. For now, you could do it manually: http://blog.tiggzi.com/2012/10/export...


ios6 compatibilty

Posted: Thu Oct 25, 2012 11:18 pm
by Eric5020946

I do it manually as posted on the blog and it works on iphone5/iOS6 just fine, the only problem is black bar due to different screen size - this post doesn't solve this issue


ios6 compatibilty

Posted: Fri Oct 26, 2012 3:43 pm
by Eric5020946

UPDATE:
you can follow this post to compile for iphone5 http://blog.tiggzi.com/2012/10/export... but you still need to manually create image Default-568h@2x.png (640 x 1136 pixels) and link it in XCode settings to your project

Max - I think this information is worth to include in blog post