Posts

Post marked as solved
57 Replies
This problem still exists with Xcode 12.4 !
Post marked as solved
141 Replies
This seems to get ridiculous: we're all in home office and Apple can't make sure the internet connection stays stable? All I read here seems not to fix this problem and the checked solution is the sys feedback page from Apple - posted 6 months ago? I have 4 Macs and those running Big Sur have these unstable connections. The one with Catalina does not. Apple, hello? Anyone home?
Post not yet marked as solved
2 Replies
This will deselect all annotations, which have been previously selected. let selectedAnnotations = mapView.selectedAnnotations for annotation in selectedAnnotations {       mapView.deselectAnnotation(annotation, animated: false) // better to animate selection, since deselection could be many }
Post marked as solved
8 Replies
This helped a lot.I missed just this line, because I had wrapped the options in a var and forgot to finally apply the option to the "cloudStoreDescription".cloudStoreDescription.cloudKitContainerOptions = NSPersistentCloudKitContainerOptions( containerIdentifier: "iCloud.com.mydomain.mycontainer")
Post not yet marked as solved
5 Replies
Hi, enter this conversation here, because I simply want to do quite the same - opening an app after power has been plugged in - but without any extra hardware. The thread you mentioned points out that I probably have to use MDM, which I want to prevent. I've successfully: - put my app into Single Appe Mode with the Apple Configurator 2- disabled code & autolockThe aim is to switch the power on and the iPad should show the app. Currently it shows the homescreen and one must swipe from the iPad Pro border (which is not intended and hard to access if the iPad is safely stored in a kiosk stand). After doing this the app is properly visible. So the homescreen is the only hurdle here…
Post not yet marked as solved
4 Replies
I do have the same issue on a device - playing local video files.The video is played properly, but I still get the same error.Searching on the web does really not show up much - seems to be pretty seldom…