Questions tagged [apple-watch-standalone]

10 questions
2
votes
0 answers

Cutsom intent on independent Apple Watch app watchos6

I'm building an independent Apple Watch App with a custom intent based Siri Shortcut. I am donating the shortcut whenever the corresponding action is used. I added it as an relevant Shortcut to the relevant Shortcut store. The code works just fine…
1
vote
0 answers

error 1009 on Apple Watch when I used URLSession

I have the error 1009 "it seems network was disconnected" when I used URLSession.shard.data(from: URL) on my Apple Watch S7(watchOS9.1_20S75), no cellar edition but really connected to wi-fi. I have committed a Technical Support Incident (TSI), and…
1
vote
0 answers

Download Data in Background URLSession in watchOS 7

I am trying to follow the WWDC20 session "Keep your complications up to date", WWDC20-10049. In trying to follow with the code, I have gotten stuck on the schedule function: func schedule(_ first: Bool) { if backgroundTask == nil { //Issue…
1
vote
0 answers

How to get network connection status in apple watch standalone application?

Using NWPathMonitor, I get network information in watch simulator (with usesInterfaceType) and it showing right status, but in real device it's not working. It alway showing no network. I developed independent watch application. Please check below…
1
vote
1 answer

How do I change the display name of an independant watchOS app?

I've tried changing the Display Name, the Bundle Name, and the Product Name but nothing seems to work. Every answer I've seen on here is referring to watch apps that have an iOS counterpart, not standalone independent watch apps.
1
vote
2 answers

Can i get any unique identifier number from apple watch?

I am creating a watch application which is a standalone app. I need to generate QR code from any unique ID but I did not get from apple watch. is there any solution for get or generate Unique ID from apple watch?
Jatin Patel
  • 396
  • 3
  • 14
1
vote
1 answer

How can I test a standalone watchOS application?

I can't figure out how to test running my watchOS app as a standalone app. When I run it on the simulator it never works unless I also have the associated iOS app. Running the watch scheme shows that the iOS app is running along with the watchOS…
Michael Ozeryansky
  • 7,204
  • 4
  • 49
  • 61
0
votes
0 answers

Trying to install an Apple Watch app but getting error about WatchApp Kit

This is an app that I have previously been able to install - now after install, I get an error 'A WatchKit app within this app is not a valid bundle.' right before it install the app on the watch. The app does not end up being installed on the…
SamIAm
  • 51
  • 3
0
votes
0 answers

Limit a watchOS app to only being available on the Ultra watch

Is there a way to limit the availability of a standalone Apple Watch App, to only being available on the Ultra watches?
Zifigo
  • 196
  • 8
0
votes
2 answers

Integrate Flurry Analytics to Apple Watch

I am trying to integrate Flurry Analytics into my Apple watch app. My app is a standalone app that does not have an iPhone companion. I saw an article on Yahoo Developer that gave instructions on it but it is over 5 years old now. I followed all of…