Posts

Post not yet marked as solved
1 Replies
993 Views
I added a Watch app to an existing iOS app using XCode 14.1. (single target template) When using WCSession delegate, so I can message between the apps, I always get isWatchAppInstalled = false. If Icreate the same scenario using XCode 13.x, I have no issues. Has anyone been able to add a watch app to an existing iOS app, create a WCSession object and have isWatchAppInstalled = true? print("Session:activationDidCompleteWith --> IsPaired[(String(describing: session.isPaired))] isWatchAppInstalled[(String(describing: session.isWatchAppInstalled))] isReachable[(String(describing: session.isReachable))]"); displays: Session:activationDidCompleteWith --> IsPaired[true] isWatchAppInstalled[false] isReachable[false]
Posted
by wolfulve.
Last updated
.
Post not yet marked as solved
0 Replies
391 Views
I am presenting a UITableViewController (wrapped in a UInavigationController) modally using UIModalPresentationFormSheet. With iOS 13.5, rapid scrolling of the table constently freezes up, no excpetion reported, just a complete freeze. If I switch to UIModalPresentationFullScreen, I have no issues.This was tested on iPad Simulator, iOS 13.5 and iPad Mini device (4th gen, iOS 13.5).if I build and run for iOS 12.x, I have -no- issues on simulator or device. Sure seems like a bug in 13.x.Anyone else see this issue?-Eric
Posted
by wolfulve.
Last updated
.