Skip to main content

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
1 vote
0 answers
113 views

Watch app's Info.plist // ... <key>WKRunsIndependentlyOfCompanionApp</key> <false/> // ... My code: session.delegate = self session.activate() public func session(_ session: ...
entropyfever's user avatar
3 votes
0 answers
405 views

I want to upload stand along watchOS application to App store connect. App is installed on both simulator and testing device. Now I need to send the build on TestFligt and after archive its not ...
Qazi Ammar's user avatar
  • 1,604
1 vote
1 answer
385 views

I am attempting to deploy a SwiftUI app to an Apple Watch Series 2 with WatchOS 6.3, from an iPhone running iOS 15. After connecting the device to Xcode and clicking the build button, I get errors ...
JS_is_awesome18's user avatar
1 vote
1 answer
3k views

Tried to load WebP Image like in this article, https://www.hackingwithswift.com/forums/swiftui/loading-images/3292 is working fine in iOS App target but not in WatchOS Extension target. if let image = ...
Guruprasanna R's user avatar
2 votes
0 answers
163 views

I'm writing the code to access motion data by CMMotionManager(). I can get Acceleration, User accel, Gravity, Attitude, and Rotation rate correctly. Now I want to add the Magnetometer reading function....
Gelion's user avatar
  • 61
2 votes
0 answers
491 views

I need to pop to the root view from a deep detail view. Found this solution on StackOverflow SwiftUI: How to pop to root view for WatchOS?. The following solution using isDetailList and isActive works ...
Nabeel Hassan's user avatar
0 votes
1 answer
194 views

I am trying to add App Icons to my WatchOS app but need to do this in the Info.plist as I am building the project through the NativeScript CLI. I have all the watch icons stored in AppIcon.appiconset ...
Reece Reynolds's user avatar
10 votes
1 answer
3k views

I've been going through all of the Apple documents and videos related to creating watchOS apps, complications and the like. Carefully studying the flow of updating data and the user interface - yet ...
Itamar's user avatar
  • 1,334
2 votes
1 answer
457 views

I'm using WatchConnectivity to transfer files from Apple Watch to iOS device (this direction). Transfer itself is ok. I send file from Apple Watch by calling transfer file function: session?....
Honza K.'s user avatar
  • 125
1 vote
0 answers
169 views

Trying to authorize on watchOS. Getting this error: 2019-03-20 18:32:45.859857-0600 iRun WatchKit Extension[21129:1854743] [default] containerAppExtensionEntitlementsWithCompletion: failed with error:...
RobRen's user avatar
  • 101
1 vote
0 answers
153 views

I have followed this answer to make my app detect when the crown and side button are pressed at the same time. This works for me, but only when the app is in the foreground. My app uses an ...
Bernard's user avatar
  • 1,144
1 vote
1 answer
641 views

Is there a way to get access to Apples fall detection on the Series 4. I would like my watch app to be able to detect when the user falls. I am hoping that Apple would let me get notified when they ...
Bernard's user avatar
  • 1,144
1 vote
0 answers
481 views

I am writing an Apple WatchOS app which needs the user's heart rate. However, I am not able to get the HealthKit permissions sheet to appear. The watch and iPhone display a notification saying that my ...
Bernard's user avatar
  • 1,144
1 vote
1 answer
1k views

I am testing and able to reproduce this in a very simple app. I am following the WWDC 2015 video: https://developer.apple.com/videos/play/wwdc2015/209/ Another tutorial which uses the same info is: ...
sudoExclamationExclamation's user avatar
1 vote
2 answers
1k views

I've already seen other questions asking about how many times the app has been opened. I want to send a local notification when the user uses the app for 31 consecutive days. Would this be a ...
MattWright's user avatar

15 30 50 per page
1
2 3 4 5
57