Distribute to store - This bundle does not support one or more of the devices
Hi everyone, i made an app via titanium studio and have uploaded it 5 months ago to the app store.
Now i made some changes and needed to make an update.
After finishing development, and perfect device testing, i tried to distribute to store from studio, but nothing appears in organizer archives of x-code. I figured out where the export file is and it makes me an app.app when it should make an app.ipa? right? I tried to open x-code generated project in build directory and now i always get this error:
"THIS BUNDLE DOES NOT SUPPORT ONE OR MORE DEVICES THAT WERE SUPPORTED IN THE PREVIOUS BUNDLE FOR THIS APP. BUNDLES MUST CONTINUE TO SUPPORT ANY DEVICES PREVIOUSLY SUPPORTED"
Anyone knows what is happening?
2 Answers
-
I also faced the same issue.
So what I was doing wrong was that I published my app as universal earlier.
Then while updating the app I by mistake was publishing the app as iphone only.So I changed all the device target to universal and all was fine :)
This might help someone.
-
Did you try simulating the updated app in diferent IOS version? Example run the app adjusting IOS simulator version and check functionality in everyone simulator.