Questions tagged [watchapp]

23 questions
12
votes
2 answers

Adding a watch app to a Flutter iOS application

I have come across an issue when trying to create a Flutter iOS app with a watch app extension. For testing I have simply created a default Flutter app using flutter create watchapp When this is run I get the standard demo Flutter app. If I then…
Steve
  • 557
  • 5
  • 17
6
votes
1 answer

Adding "WKAppBundleIdentifier" and "WKCompanionAppBundleIdentifier" keys for different Build schemes (Debug, Distribution, Release)

I have set different build settings for different build schemes in my XCode to test demo app and appstore app. To do this, I have created different provisioning profiles with different bundle identifiers for debug and release schemes. Added…
G S
  • 61
  • 3
6
votes
5 answers

Binary Rejection - Invalid Watchkit Support

We develop Watchkit app about 1.5 month, and we used Xcode 6.2 beta2,beta4, Xcode 6.3 beta to develop before and now use Xcode 6.2 (6c131e) to develop We use Xcode 6.2 (6c131e) to archive our project , and use Application loader to submit our…
Guo Luchuan
  • 4,729
  • 25
  • 33
5
votes
2 answers

How can i check from watch app that if user logged-in or not into the phone application

I am trying to add watch extension to my existing application. Login is compulsory for my application. How can i check from watch app if user logged-in or not... and as user gets loged-in, I want to pass that login-data from the application to the…
adm v
  • 81
  • 9
4
votes
1 answer

Sharing the data model between watchapp and its complication

I am trying to learn how to develop watchapps for the Apple Watch, and one thing seems a bit difficult to me: how's data supposed to be shared between the watchapp and the complication controller? Most examples I see online follow the following…
francisaugusto
  • 1,077
  • 1
  • 12
  • 29
4
votes
1 answer

set ATS keys in watchkit extension & watch app .plist file

I am submitting a build in app store using xcode 7..my app also supports watch app , i am not able to figure out that do I need to set ATS(App transport security) exemption Keys in watchkit extension & watch app .plist files as well ( I am setting…
jayant rawat
  • 318
  • 2
  • 12
3
votes
1 answer

iOS watch application Audio not working with background mode

Here i am attaching my code and permission screen shot please advice what is the issues here i Have tried apple developer guideline with this url https://developer.apple.com/documentation/watchkit/playing_background_audio but still not working.…
Ketan Sodvadiya
  • 464
  • 5
  • 11
2
votes
0 answers

Android Wear OS app is not visible on the play store

I have published my Android Wear OS app on the play store. It is submitted but not visible on the Wear OS watches.
2
votes
0 answers

Apple Watch app AVSpeechSynthesizer not working in background

In my watchkit extension capability section there is no option to check the checkbox for audio in background mode section. I have also checked apple doc . They are only 3 exception. 1) NSURLSession 2) WKAudioFilePlayer or WKAudioFileQueuePlayer 3)…
2
votes
3 answers

How to pass variables from one View Controller to another in WatchOS 2 & Swift

I am having a lot of problems trying to get a couple of variables from one View Controller to the next. How can I do it properly? Here's my code below. This is the view controller where I want to be able to send the variables RedScoreW and…
2
votes
1 answer

Binary Rejection - Interface Error on Interface.plist - Watch App

Trying to submit using Xcode (6C131e) and we keep getting the following error: Interface Error - The '****** WatchKit App.app/Interface.plist' file in watch application '******.app/PlugIns/******WatchKit Extension.appex/****** WatchKit App.app'…
Guo Luchuan
  • 4,729
  • 25
  • 33
1
vote
0 answers

Client Authentication request auto cancelled in Apple watch

I am trying to make TLS request for client authentication from a watch. I found that the connection was cancelled immediately after the client (iwatch) provide the client certificate, by calling…
1
vote
1 answer

iOS 14 calling watch app from another app getting "Watch Face Unavailable" on watchOs 7

On iOS 14 calling itms-watchs:// calling URL scheme opens watch app and show "Watch Face Unavailable" "This watch face is not available with your current version of watchOS". However, I used to watchos 7.02 version which is the latest one. And no…
Evgeny Zrorin
  • 351
  • 1
  • 12
1
vote
1 answer

Error launching Watchkit extension

When I am trying to run the iwatch app getting
rani
  • 593
  • 3
  • 10
  • 28
1
vote
1 answer

Xcode 6.3 --> 8.2 simulator crash

I can't launch my watch app using iOS 8.2 simulator with Xcode 6.3 . I receive this crash at startup : "Dyld Error Message: app was built for iOS 8.3 which is newer than this simulator 8.2" My iOS app's deployment target is iOS 7.0, my watchKit…
thorax
  • 574
  • 1
  • 5
  • 16
1
2