Post

Replies

Boosts

Views

Activity

Fall Detection Entitlement Request
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.
4
0
2.9k
Aug ’23
iOS 15 and WatchOS 8 apps WCSession connectivity issue
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
0
0
807
Sep ’21