码迷,mamicode.com
首页 > 移动开发 > 详细

WatchKit App Submission Issues

时间:2015-05-18 12:24:03      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:

查看原文: 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 are the same in the binary you upload.

2.No matching provisioning profiles found for WatchKit extension

I found the answer on stackoverflow

You need to create two new AppIDs in the Developer Portal with the correct bundle identifier for your Watchkit app and Watchkit extension. The bundle identifier has to extend the main apps identifier, so if your app is com.myapp it should be com.myapp.watchkitextension 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 Watchkit 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/AppIcon29x29@2x.png‘ with an alpha channel. Icons should not have an alpha channel.

You just need to re-export the icons in Preview, but uncheck the Alpha checkbox when saving.

 

其它博文:

More blog posts on http://leancodingnow.com/ 

欢迎关注我的微信公众号

技术分享

 

Hope this helps, 
Michael

WatchKit App Submission Issues

标签:

原文地址:http://www.cnblogs.com/mobilegeek/p/4511291.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!