Re: iOS open In place, permission denied

2020-04-28 Thread Markus Spoettl via Cocoa-dev
On 4/28/20 11:23 AM, Markus Spoettl via Cocoa-dev wrote: - (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary *)options Just in case anyone is interested, main part of the solution is to wrap the usage of url inside a [url

iOS open In place, permission denied

2020-04-28 Thread Markus Spoettl via Cocoa-dev
Hi everyone, I have a strange problem with the - (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary *)options app delegate method, that seems to have cropped up a couple of weeks ago when switching to the iOS 13 SDK (from 12). My app can no longer access