I have been getting data lost reports from users as they have upgraded to iOS 6.0.1 I launched a new version of our app that was using Cordova 2.1 shortly before ios 6.0.1 release. After the release I began to get reports of data lost. Is there another iOS 5.0 data storage issue with phonegap and iOS 6.0.1? Our app and users depend on data being retrievable. Another data loss like we had with iOS 5 will be devastating. I have rebuilt the app using cordova 2.2 and tested with an upgrade to ios 6.0.1. Data was lost once I did a hard stop on the app. Please help. Thanks in advance.
Related
good day guys, someone happened the same thing, I have a problem when publishing a new version of my app in the PlayStore, I don't know if it is correct to update my SDK version:
First I got a warning and it went up normal now after about 2 weeks
I am uploading a new update and it sends me this error.
App Store Connect Operation Error
ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS 13.6 SDK. All
iOS apps submitted to the App Store must be built with the iOS 14 SDK or later, included in Xcode 12 or later."
my current version of Xcode is 11.6
Since the new privacy changes released, you should upload your app with Xcode 12 or later. It is also written on error message.
Xcode 11 doesn't have App Tracking Transparency framework so Apple blocks the app's which are uploaded previous version of Xcode 12.
When I try to upload build it shows me error like:
ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS 11.4 SDK. All iOS apps submitted to the App Store must be built with the iOS 11 SDK or later, included in Xcode 9 or later. Further, starting March 2019, all iOS apps submitted to the App Store must be built with the iOS 12.1 SDK or later, included in Xcode 10.1 or later."
I know I cannot upload build using old version of XCode. My project was build on Xcode 10.0 but when I try to upload using XCode 10.0 it give above mention error. But When I open project in XCode 10.1 it gives me lots of error due to swift version but I cannot fix because of timeline.
Inshort,
Successfully build on XCode 10.0 but failed in XCode 10.1 and appstore requires iOS 12.1 for upload which is available on in XCode10.1 I tried to make build from XCode 10.0 and upload using application loader of XCode10.1. But still getting error, Any Solution?
Probable solution here would be building your app with the latest SDK available.
But downgrading the version of Swift to your desired one from settings in Xcode.
Please go to build settings of your target on latest Xcode & search for Swift Version. Then if may the latest one in the market so downgrade same to your expected one. So you will not get that much errors upon building
When I tried to solve the problem I got solution that is as per appstore new rule they app should be build in iOS version 12.1 atleast. So I got iPhone SDK 12.1 folder from XCode 10.1 content folder and paste it to XCode 10 Content folder.
App uploaded successfully... :)
I already have an app on app store with version 1.0.0.
Now I submitted the new version of app 2.0.0. This new version is also approved by apple.
It has been more than 5 days since my app is approved and in state 'Ready for sale'.
Now when I download the app from app store on my iphone device it still downloads the previous version (1.0.0) and asks me to update to latest version (2.0.0).
Why app store is not downloading the latest version (2.0.0) of app directly on my device?
My device previously had the app with version 1.0.0 installed from app store but I deleted it and then installed the fresh app from app store.
When I download the same app on my friend's iphone it downloads the latest version (2.0.0). This device never had any version of the app installed.
I had the same problem and have now realised that it is related to iCloud. If you have previously downloaded your app on any device then when you download it on a new device, it will download the same version as you previously downloaded. You then get the option to update to the latest version.
Confused me to start with!
Your iPhone could be outdated / not meeting your defined requirements of the application itself. For example, if you have an iPhone 3G running IOS 6, you can not run an app that only accepts iOS7. Take a look in your xCode and inspect the properties of your application.
I upgraded my iPhone to the latest OS (4.3.1) yesterday, and noticed there is no corresponding XCode 3.x release, only a 4.x release (4.0.1).
Since upgrading I am getting warnings when I try to install apps on the device using my development certificates (Application failed codesign verification).
Not sure if the OS upgrade on the Phone and the error message are related, so I'm just asking the question if anyone else had this happening?
And are we supposed to use XCode 4.0.1 when we develop for the 4.3.1 iOS release or can we use a 3.x version as well?
The Xcode version number isn't important, but the SDK version number is. You can get the latest SDK with either Xcode 3.2.6 or Xcode 4.0.1 at the time that I'm writing this.
You can still download the XCode 3.2.6, it goes with the SDK 4.3, and it is free to download.
You can try with XCode 4 as well, but you have to either to have an iPhone or Mac Developer account (99$/year) or you need to buy it from the AppStore
It still works, however of you first attach your iPhone to Xcode it will ask you to download the debugging symbols off the phone. Answer Yes to this question and you are ready to go.
However there is one more thing: usually Apple makes restrictions about the SDK you should use when submitting apps to the store. So if you want to submit an app it could be that you have to use the most recent SDK.
Deploying an application directly from XCode 3.2.6 on a device where iOS 4.3.1 has just been installed won't work.
First, you need to open XCode's Organizer window and ask to collect information from the device. Then it will work fine.
As the the Question asks,
I currently sport xcode 3.2.3 with iOS 4.0.1 but I want to test on my iPhone which is stuck on 4.0.2
Thus I cannot do so until the SDK for 4.0.2 is accessible from xcode.
Where can I download a patch update from 4.0.1 to 4.0.2 because the iPhone members page seems to only link me to the package including xcode 3.2.3 with iOS4.0.2 SDK
I don't want to download the whole thing because it's > 2.5 gigs and my New Zealand internet Connection is shizenhouzen.
I can't restore to a previous version, because for some reason I only have a previous back up of the iPhone on my now defunct windows PC.
I'm afraid you have to download the entire SDK - Apple do not provide 'patches' (4.0.1 to 4.02, for example) AFAIK, and I'd be nervous about downloading anything that claims it is a patch.
It's a common grumble, twitter is a fun place when apple push these .1 SDK updates out :)
You do have to download the whole thing to upgrade. It really sucks. :-(
I wish I could remember to download the SDK before upgrading my devices.
You can still build adhoc releases of your app and install them using itunes if you're in a real bind - it's just the debugger, console viewing and automatic installation of builds that won't work at all.