When I run watch app I got crash because I am using CMFallDetectionManager
but I have added key in .plist Fall Detection Usage Description , when I run the watch app I got this error
Fall Detection entitlement is required for this API
so I read the documentation it says To apply for the entitlement, see Fall Detection Entitlement Request but when I click on the clink Fall Detection Entitlement Request I got this message The Apple ID you signed in with does not have permission to view this page.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Sometime I am facing issue in WCSession.
Watchkit app can send ping to iPhone app using WCSession, and it successfully received by the iPhone app but send back the information to watch from iPhone is not received by the watch.
(void)session:(WCSession *)session didReceiveMessage:(NSDictionary<NSString *, id> *)message replyHandler:(void(^)(NSDictionary<NSString *, id> *replyMessage))replyHandler{
//iOS App to watch call back failed
}
then if I kill the watch app then start again it works fine. but after 2-3 hrs again facing connectivity WCSession issue
Topic:
App & System Services
SubTopic:
Core OS
Tags:
watchOS
WatchKit
Watch Connectivity
Apple Watch
How can I test fall detection api ?
I have implemented the fall detection in our project but I am not able to test this feature. please suggest how can I test this feature from simulator or any easy way to detect?