Hi all,
I want to ask if anyone have ever published an universal application to itunes store newly. (After IOS 6)
Because my application has been rejected 2 times from the same reason. At first i thought that it was because of using old version of Gideros Studio, but this time i exported my application with the latest version of Gideros.
In addition nowhere in my code i am using internet connection. I mean no game center, no iads or anything related with internet.
When i come to resolution center here is the explanation from apple:
******************************************************************************
We found that your app crashed on the iPad, running iOS 6, which is not in compliance with the App Store Review Guidelines.
Your app crashed on both Wi-Fi and cellular networks immediately after launch.
******************************************************************************
I tried in desktop player and Gideros player and everything seems working. I don't have ipad so i couldn't try that one.
Any ideas?
Thanks in advance
Comments
The diffreneces with this rejected one are:
1-I posted to IOS5
2-I posted as not universal only to Iphone before. Now i posted as universal.(Both Iphone and IPAD maybe it is the reason?)
Thanks again.
I've done a quick test with Xcode 4.5 + iPad 3 + iOS 6 and it works well. Let me test with also Xcode 4.4.1. btw, what is your Xcode version?
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
btw, while testing, I realized that it's possible to install gideros player to a real device through TestFlight without using apple developer license. http://help.testflightapp.com/customer/portal/articles/484861-do-i-need-to-belong-to-the-apple-developer-program-to-use-testflight- I wish I knew it before.
Likes: gorkem
actually i had this type of problem with android and my issue was in the texturepacker i had forgot to add one image (in double sized or @2x) and i am trying to access that and hence crash immediately on all device which are using @2x images
also it might be possible that ur image names are like image.png and IMAGE@2x.png
i think so you should also have this or similar issue
But i am releived that i am making some mistake, it means that it will be corrected soon again by me:D
http://www.nightspade.com
But posted it so you know it's not a Gideros issue, but something internally you're doing in the app.
Likes: gorkem, atilim