Post

Replies

Boosts

Views

Activity

watch os 9 sleep analysis is not accurate as health app
let stagePredicate = HKCategoryValueSleepAnalysis.predicateForSamples(.equalTo,value: .asleepREM)         let queryPredicate = HKSamplePredicate.sample(type: HKCategoryType(.sleepAnalysis), predicate: stagePredicate)         let sleepQuery = HKSampleQueryDescriptor(predicates: [queryPredicate], sortDescriptors: [])         do{             let sleepSample = try await sleepQuery.result(for: store)                          print("sleep sample ")             print(sleepSample) with health app on iOS , it says I did rem sleep for 59 minutes. but all sum of sleep sample time is not 59 but 3.7hours. time is also not accurate. sleepSample log is as below what may be the problem?
1
0
1.2k
Jun ’22
RealityView in swiftUI look weird on vision pro
it is way above of control panel.... the code I show usdz modeling is as below `RealityView{ content in let entity = try! await Entity(named: "idle") entity.setScale([0.15,0.15,0.15], relativeTo: entity) // Enable interactions on the entity. entity.components.set(InputTargetComponent()) entity.components.set(CollisionComponent(shapes: [.generateBox(size: [2,2,2])] ) ) content.add(entity ) }`
0
0
556
Feb ’24
watch os 9 sleep analysis is not accurate as health app
let stagePredicate = HKCategoryValueSleepAnalysis.predicateForSamples(.equalTo,value: .asleepREM)         let queryPredicate = HKSamplePredicate.sample(type: HKCategoryType(.sleepAnalysis), predicate: stagePredicate)         let sleepQuery = HKSampleQueryDescriptor(predicates: [queryPredicate], sortDescriptors: [])         do{             let sleepSample = try await sleepQuery.result(for: store)                          print("sleep sample ")             print(sleepSample) with health app on iOS , it says I did rem sleep for 59 minutes. but all sum of sleep sample time is not 59 but 3.7hours. time is also not accurate. sleepSample log is as below what may be the problem?
Replies
1
Boosts
0
Views
1.2k
Activity
Jun ’22
can't add more device uuid in developer portal
it really weird. I can't add device because it is grayed out and can't add more uuid. I checked Continue button but it says as first pic, I can add more 45 iPhone but + button is still grayed out
Replies
1
Boosts
0
Views
1.1k
Activity
Jul ’22
RealityView in swiftUI look weird on vision pro
it is way above of control panel.... the code I show usdz modeling is as below `RealityView{ content in let entity = try! await Entity(named: "idle") entity.setScale([0.15,0.15,0.15], relativeTo: entity) // Enable interactions on the entity. entity.components.set(InputTargetComponent()) entity.components.set(CollisionComponent(shapes: [.generateBox(size: [2,2,2])] ) ) content.add(entity ) }`
Replies
0
Boosts
0
Views
556
Activity
Feb ’24
when I add new line on my code, it stop responding showing rainbow loading
wow, this drive me crazy. I have plenty of storage left after reboot after remove xcode and re install dont solve this problem. funny thing is that editing as is code is okay. but just add new line cause infinite loading
Replies
1
Boosts
0
Views
363
Activity
Mar ’24