Post

Replies

Boosts

Views

Activity

Cannot get WatchKit app to recognize fall detection entitlement.
I have a standalone WatchKit app Applied for and approved for fall detection entitlement Fall detection capability shows up in Developer account and is selected for the App ID When app requests authorization for fall detection, the error "Fall Detection entitlement is required for this API" is emitted and app crashes. I have built a minimal "Hello World" app to reduce the problem to its bare minimum and am able to reproduce it. I have downloaded the mobile provisioning file and done manual signing. When I do this, I get the build warning: Provisioning profile "<AppName> App" for "<AppName>" contains entitlements that aren't in the entitlements file: com.apple.developer.health.fall-detection. To use these entitlements, add them to your entitlements file. Otherwise, remove unused entitlements from your provisioning profile. I have regenerated the AppID's, rebooted Xcode, deleted derived data, etc. After spending many many hours on this, I decided to post this in hopes someone has an answer.
1
0
886
Aug ’22
Cannot get WatchKit app to recognize fall detection entitlement.
I have a standalone WatchKit app Applied for and approved for fall detection entitlement Fall detection capability shows up in Developer account and is selected for the App ID When app requests authorization for fall detection, the error "Fall Detection entitlement is required for this API" is emitted and app crashes. I have built a minimal "Hello World" app to reduce the problem to its bare minimum and am able to reproduce it. I have downloaded the mobile provisioning file and done manual signing. When I do this, I get the build warning: Provisioning profile "<AppName> App" for "<AppName>" contains entitlements that aren't in the entitlements file: com.apple.developer.health.fall-detection. To use these entitlements, add them to your entitlements file. Otherwise, remove unused entitlements from your provisioning profile. I have regenerated the AppID's, rebooted Xcode, deleted derived data, etc. After spending many many hours on this, I decided to post this in hopes someone has an answer.
Replies
1
Boosts
0
Views
886
Activity
Aug ’22
Why does a double-tap in UITextView select multiple words like "United States"?
Instead of the expected behavior of selecting a dingle word, UITextView will select multiple words in some cases. Example: In Note app, type "United States is great." Double tap "United", it will select "United States". This is a behavior I do not want. How do I get it to just select a single word every time?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
1
Boosts
0
Views
721
Activity
Apr ’22