iOS apps already in App Store and iOS 8 release
NickName:AppsDev Ask DateTime:2014-08-29T13:40:37

iOS apps already in App Store and iOS 8 release

This is the first time I face a new iOS version release while already having an app in the App Store... Must I have a new version of my app built with Xcode 6 beta and iOS 8 SDK beta and have it ready for sale before the official release of iOS 8? Will Apple remove from the App Store my app if, after the iOS 8 release, I have not submitted a new version built with iOS 8 SDK and iOS 8 users find bugs? I currently have Xcode 5.1.1 and my Xcode project's Base SDK set to Latest iOS, which is iOS 7.1 in this Xcode version.

And what about 64-bit versions of apps? My app is 32-bit now, will it be mandatory to support 64-bit?

Thanks

EDIT: I've another question regarding this: should I submit my app built with Xcode 6 beta before the iOS 8 release date, or should I wait for the iOS 8 and Xcode 6 release?

Copyright Notice:Content Author:「AppsDev」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/25562279/ios-apps-already-in-app-store-and-ios-8-release

Answers
Paulw11 2014-08-29T05:50:44

You should test your app under the iOS 8 betas to determine if there are any issues. If there are then you should address them and have a new version ready to go. \n\nIf there are no issues then you don't need to release a new version, but you may want to release a new version that uses new features in iOS 8.\n\nTypically Apple will announce acceptance of apps built against the new release about a week out from the launch date and they ramp up the approval team. When iOS 7 was released my updated app was reviewed in under 24 hours.",


surui 2014-08-29T06:10:00

Short answer: Apple is the one to decide. \n\nThey can decide to accept only submissions/updates with the new SDK at some point in the future - like they did for iOS 7 - Feb 2014\n\nnote, however, that iOS 7 was a complete redesign of the UI, so it makes much more sense to force submissions early.\n\nsame goes for the 64bit\n\nI agree with the other answer that advise you to test your app in iOS 8 beta - some apps are buggy there - either because iOS is not complete yet or because there were \"breaking changes\" (in the UI - for example, the new keyboard).\nAlso try to build your app with the latest SDK - maybe you don't really need to change a lot.",


More about “iOS apps already in App Store and iOS 8 release” related questions

iOS apps already in App Store and iOS 8 release

This is the first time I face a new iOS version release while already having an app in the App Store... Must I have a new version of my app built with Xcode 6 beta and iOS 8 SDK beta and have it re...

Show Detail

Are iOS 8 apps with embedded dylibs allowed on the App Store?

Does "iOS 8 now supports dynamic frameworks" mean that this is allowed for App Store submissions? It seems that previously developers where able to use dylibs for in-house apps but using them in

Show Detail

Release iPhone App iOS7

I developed an iPhone app that works on iOS 6 and iOS 7 but not in iOS 5 or iOS 4.3 I want to release this app to App Store. Will the store reject my app because it is not work in iOS 4.3 or the S...

Show Detail

Is there a way to download apps from the ios app store programmatically

iOS does not allow users to clear the cache of an individual app (like android). This requires manually deleting and reinstalling the app each and every time to completely clear the cache. I would...

Show Detail

Is it possible to release app as a iOS OPEN Beta?

Is it possible to release the iOS app as an open beta in App Store? Use case: anyone can download the app through the Apps Store without having any registration ( same as play store beta release)

Show Detail

After I release the iOS app, is it possible to change the Deployment Target from iOS8 to iOS7?

I'm developing an iOS app. A certain app has been released in the App Store in the Deployment TargetiOS8. With additional development it will lower the Deployment Target to iOS7. I want to assume ...

Show Detail

iCloud container changes with release of iOS 8

Since the release of iOS 8 on the 17th, all my development and deployment profiles are showing as invalid in the Apple dev center. Also none of my apps using iCloud will run in either Xcode 5.1 or...

Show Detail

Serial Number for iOS 8 Devices - Enterprise App

Previously there were several categories or functions that worked to retrieve the serial number programmatically (such as through IOPlatformSerialNumber). Has anyone identified a way to programmati...

Show Detail

Is it still possible to submit apps targeted for iOS5 or iOS6 to the App Store after the release of iOS7

Like the question says, will I be able to submit iOS5/iOS6 apps to the App Store given that iOS7 is rolled out now? Or do I have to target iOS7 for my builds? I understand that there is a great am...

Show Detail

Can I use Xcode 7 to build, release and deploy iOS 8 app to the App Store?

I was working on Xcode 6 and now upgrading to Xcode 7. Would I be able to build iOS 8 iPhone app using Xcode 7? Or do I have to use Xcode 6? Are there any restriction or compatibility issues that I

Show Detail