How to submit watchOS2 app without an iPhone app? - xcode

I created an app for watchOS 2. So, How can I submit only the watchOS 2 app to iTunes? Which bundleID should be used for submitting the app?
com.name.appname.watchkitapp
com.name.appname.extension
com.name.appname
Which one should i choose? What is the submitting process for only watchOS2 app?

You can't submit Apple Watch apps without a corresponding iPhone app. You are required to have an iPhone app for any watch app you submit to the Apple App store.
(All three of the bundles you mention are required for submitting a Watch app...)

Related

React Native Builds not visible in App Store Connect

I would like to submit my React Native APP to Apple store. I've uploaded my app through Xcode and also with "Transporter" App. App shows that the build uploaded successfully. But when i checked with my App store account no builds available for submitting my APP for review.
Thanks in advance.

Archive Watch app application without iOS application

Ive builded a watch application for OS 2.x, and i wanted to submit the watch app to the app store without the iOS application. how can i do that ? what targets do i need to remove and so i can send the watch app standalone app without iOS ?
Do i have to submit both of them and apple will decide to take the apple watch application without iOS app ?
i tried to remove iOS application from targets. then the app stopped running on simulator. and couldn't be archived.
You can't do it. A watchOS application doesn't currently exist without a corresponding iOS application. If you are only updating the watch app, you still have to resubmit the whole thing, and the version of the iOS app must be incremented as well.

How application behaves when updated from Mac App Store?

I'm building sandboxed OSX app (with embeded helper app that is running on the background) that will be delivered through the Mac App Store and I'm not sure how update will affect app life cycle.
What will happen with running app, when user hits update in app
store?
What will happen with running background helper app when user hits
update in app store?
Are apps installed under different accounts updated separately?
Thanks for any help, documentation for sandboxed apps doesn't have any information about update process.

How to test an ios8 app provisioned for the App Store?

With ios7, I used to test the distribution app on my iPhone before submission.
Is there a way to run on my iPhone an ios8 app that has an App Store provisioning Profile ?
You can use TestFlight to test your app with a maximum of 25 internal and 1000 external testers. You need to activate the possibility for your app in your itunesconnect. After that, your testers need to download the TestFlight-App from the app store and then you have to invite them to test your app.
note: Before you can invited external testers your pre-release build must be reviewed by Apple.

Unable to submit to AppStore with Xcode 6 GM Seed

Anyone else having issues submitting iOS8 apps to AppStore using Xcode 6 GM Seed released 2014-09-09?
Keep running in to this error:
This bundle is invalid. New apps and app updates submitted to the App
Store must be built with public (GM) versions of Xcode 5.1.1 and iOS 7
SDK. Do not submit apps built with beta software.
My understanding was that the GM SEED is the version which allow you to submit iOS8 enabled app to the App Store?
You are correct that the GM seed is one which can be used to submit updated apps. However, Apple typically send out an email once developers are clear to submit apps built with the GM seed. That hasn't happened yet.
Due to the new phone sizes I expect there will also be updates to iTunes Connect first to support the new screen sizes. I would recommend allowing a day for them to sort all of that. If it is still not available then contact Apple support directly.
Update: Apple have now sent out the email indicating submissions for iOS 8 are now open. Try again now.
I guess maybe you Archived your app in xcode beta and tried to submit it in xcode GM?
I just submitted my iOS 8 app with Xcode GM yesterday and it was totally fine and is now under review.

Resources