watchkit

Apple Store submit fails with Error ITMS-90046, but Associated Domains is not among entitlements

感情迁移 提交于 2019-11-30 06:59:28
When I first built my app & Watchkit app, I had the "Associated Domains" capability enabled. I've disabled it in the "Capabilities" panel of both the watchkit extension and the companion app, and confirmed that the key is gone from each info.plist. I have gone to Apples' "Certificates, Identifiers and Profiles" page, selected the App ID for each the Watchkit App, The Extension, and the App, unticked "Associated Domains", regenerated the provisioning profiles for each, downloaded and installed them. I've done a Ctrl-Shift-Command-K complete clean, reboot, and rebuild. On sumbission to the

Installation Failed: Invalid Argument -iOS Extension

会有一股神秘感。 提交于 2019-11-30 05:01:25
https://imgur.com/vFn0S7g Hi guys, I am about to build watch app target from existing project. I encountered a strange error upon finishing build that unables me to run the watch app properly. Here is the attached screenshot. Environment OSX 10.10 XCode 6.2 Beta Simulator iPhone 6 iOS 8.2 When I try creating new watch app project and try the Lister demo app they work just fine. So I am suspecting there is something wrong with my existing project but not sure what since the error message is not really explanatory. I appreciate any leads or helps given, thank you for your time. EDIT : After few

WatchKit app wont run on simulator

五迷三道 提交于 2019-11-30 02:38:01
问题 error: WatchKit Extension doesn't contain any WatchKit apps. Verify that the value of WKWatchKitApp in your WatchKit App's Info.plist is set to YES. I kept getting this error and didn't know why after searching all the other questions here, took forever to figure this out. 回答1: The solution was really simple. A while back I had removed a few files and re-added them to the extension, but they didn't get added back to compile sources. Added the exention's .m files back into it's compile sources

How To Share Data with Watch OS 2 to display in WKInterfaceTable when working with CoreData

巧了我就是萌 提交于 2019-11-29 23:35:00
问题 I am using WatchConnectivity to try to send data of type NSManagedObject called arrayOfOjects to the Watch. Each object has a string property called title . The InterfaceController on the Watch loads and displays and empty table - as intended because the array is empty, then when the user requests the data it is sent using the didReceiveMessage method on the phone. I am unsure how to add the dictionary array to the objectsArray to display in the WKInterfaceTable . Does anyone know how I can

Debug WatchKit on real Apple Watch - Nothing happens

蹲街弑〆低调 提交于 2019-11-29 21:50:12
I am struggling with debugging my WatchKit Extension/App on a real Apple Watch. Debugging both the iPhone App and the WatchKit Extension using the simulator the simulator is not problem: Select the WatchKit App Profile and run in Simulator ==> App is launched on in Watch Simulator and I can use breakpoints in the Extension code to debug. To debug the iPhone app as well I launch the app in the simulator and attach the debugger manually ==> I can use breakpoints in the iPhone Code to debug. It is no problem to observe both the work of the iPhone app and the watch app. At least not in the

WatchKit App Rejected for “Failing to Install”

↘锁芯ラ 提交于 2019-11-29 18:09:31
问题 I built an iOS app with a companion Apple Watch app and recently submitted it to the App Store. This morning, it was rejected for failing to install. Here are the steps to reproduce: Install the app on iPhone Launch the companion app Toggle the "Show App on Apple Watch" switch The app attempts to install on the Apple Watch Error message is displayed on Apple Watch and app in not installed. Toggle switch in the companion app is set to "off" Obviously, I don't have an Apple Watch to test this

MinimumOSVersion error while submitting Apple Watch app [duplicate]

ぐ巨炮叔叔 提交于 2019-11-29 17:20:38
This question already has an answer here: WatchKit app submission failure; MinimumOSVersion 2 answers I am trying to submit my app, but am seeing this error message: ERROR ITMS-90455 "Invalid WatchKit App Bundle. The value '2.1' for the MinimumOSVersion key in info.plist in bundle {redacted}.watchkitapp is not supported" I have updated Xcode but it still doesn't work. UPDATE: I have always the same error message with your settings. Try to set your minimum os version 2.0.Maybe 2.1 is too advanced! There is a relationship between the iOS version you're supporting on a phone, and watchOS version

WatchKit error - unable to find interface controller class '' to instantiate

故事扮演 提交于 2019-11-29 16:41:10
问题 Whenever I make any connections in my subclass of WKIInterfaceController I get error WatchKit error - unable to find interface controller class 'myClass' to instantiate and a activity indicator showing in simulator and the view does not load. Disconnect all conections and the view displays correctly but still get the error Tried Unable to find interface controller class 'InterfaceController' to instantiate WatchKit: unable to find interface controller class WatchKit

Can I upload my application utilizing WatchKit to the App Store now?

爱⌒轻易说出口 提交于 2019-11-29 15:48:56
问题 I made an application includes an iOS App and a WatchKit App; each part can run standalone. Can I upload this application to App Store now, so that it will be ready for Apple Watch when it's released, or do I have to wait? If the answer is yes, do I have to upload it to iTunes Connect through Xcode or Xcode Beta? 回答1: As of Tuesday, March 31, 2015, all registered Apple developers can submit new apps and updates containing WatchKit extensions to the App Store. If you need help, Apple has

Playing videos in WatchKit app

跟風遠走 提交于 2019-11-29 15:39:13
I've read some posts, but I don't find the answer I need: is it possible to play a video file or a video from a URL in a WatchKit app? The current version of WatchKit (8.2) does not provide support for video. It is possible to create an animated series of images and play them on the Watch, but storage and transmission costs likely mean that this "video" would be short and at a low frame rate. It has been speculated that this is the kind of technique they used to show the garage door video in one of their keynote demos. The current version of WatchOS, 2.0, Does allow playback of videos but only