View Original: http://leancodingnow.com/watchkit-app-submission-issues/
I submitted a new version of my app Pomodoro Tracker yesterday, adding support for Apple Watch. I encountered several issues when submitting the app, just list them below.
1.Version and Build number
Make sure the version and build numbers for your IPhone app, WatchKit extension, and WatchKit app is the same in the Bina Ry you upload.
2.No matching provisioning profiles found for WatchKit extension
I found the answer on StackOverflow
You need to create a new appids in the Developer Portal with the correct bundle identifier for your WatchKit app and Wat Chkit extension. The bundle identifier have to extend the main apps identifier, so if your app are Com.myapp it should be com.myapp.watchkite XTension and Com.myapp.watchkitapp. You also need to create the related Provisioning Profiles for the appids, one for the watchkit extension and one for the W Atchkit app.
3.Invalid icon-the Watch Application ' Pomodoro.app/plugins/pomodoro WatchKit Extension.appex/pomodoro WatchKit App.app ' contains an icon file ' Pomodoro.app/plugins/pomodoro WatchKit Extension.appex/pomodoro watchkit app.app/[email Protected] ' with an alpha channel. Icons should not has an alpha channel.
You just need to re-export the icons on Preview, but uncheck the Alpha checkbox when saving.
Other blog posts:
- Swift Learning Resources
- Xcode 6 Emulator path
- Scrum Planning Card
- Watch? Kit Learning Resources
More Blogs posts on http://leancodingnow.com/
Please follow my public number.
Hope this helps,
Michael
WatchKit APP Submission Issues