Apple Watch / watchOS - “A new chapter in the relationship people have with technology”
Apple watch brings your app experience one step closer to user. Apple watch uses watchKit Framework which lets you create apps for Apple watch and link it with your native app.
In this article, you’ll learn how to upload your first WatchOS app on the App store. This requires a working WatchOS app, If you don’t have any project read this article: Your First WatchOS app and build one.
Upload WatchOS app on App Store
Requirements
- You’ll need a Developer Account. Login or Buy one.
- Xcode project with 3 Target Apps: iOS app, WatchOS app, and Watchkit Extension app.
Steps
- Login to your Appstore connect account and go under my app section
- Click on my Apps and Create a new app there.
- Create one new iOS App and select the respective App ID and copy the same to SKU
- Now Open your project in Xcode and select App from file selector go under general settings and sign the app using the development team.
- Select watch app and make sure Build identifier follows the pattern .watchkitapp
- Follow step 4 for watchkit extension app and make sure Build identifier follows the pattern .watchkitapp.watchkitextension
Upload app to App store
To upload a new app on the App store
- Select the iOS app and Archive app.
- In the Organiser, window select your app and select upload app
- Follow the instructions afterward and you’ll see your app uploaded on Test Flight in App Store Connect
- To Update WatchOS separately
- Select Watchkit app only from the Xcode
- Increase the Build number and Version
- Follow the steps above afterward.
Test WatchOS app
- Add tester from App Store connect
- Open Test Flight App in iPhone
- Install App on iPhone after that you’ll see a toggle button to install the app on iWatch
Conclusion
Now you have your app running on the watch via TestFlight. WWDC19 happened and announced watchOS6 and SwiftUI. With which you don’t need to have an iOS app for watch App, it now has a dedicated app store which means now you can create independent apps for Apple Watch. Now you can use SwiftUI to make iOS apps, watchOS apps, tvOS apps, and iPadOS apps. Here’s a sample code for SwiftUI Sample Project for iOS. A blog for First watchOS app using SwiftUI coming soon.
People are also reading: