Thanx for the reply. In our AppDelegate there is no openUrl method implemented. We have some calls like this in some classes
UIApplication.shared.openURL(url)
I was wondering if some Objective-C code is involved in this because the stack trace contains squared brackets
[UIApplication _applicationOpenURLAction:payload:origin:]
Or is this irrelevant? We are using some libraries written in Objective-C
Post
Replies
Boosts
Views
Activity
I figured out where the crashes are coming from: Smart Banner in SFSafariViewController.
When the app presents a SFSafariViewController and the smart banner of the app itself is shown in the html and the user taps on it then the app quits with the stack strack from above.
In my iOS 14.2 Simulator the Smart App Banner is shown in a WKWebview. I'm now looking for ways to suppress it.
Thank so much. This helped. In my case it makes sense to use @StateObject because the view creates and owns the view model. @ObservedObject is used when someone else is holding the observed object.
I don't get any call.
I created a separat post for that https://developer.apple.com/forums/thread/681306
I can't find it either. I followed these instructions:
https://developer.apple.com/documentation/storekit/in-app_purchase/testing_in-app_purchases_with_sandbox/testing_disabling_auto-renew
Does anybody have a solution?
This URL worked for me with iOS 14.4
"itms-apps://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions"
This would be interesting for me too.
Because you have more control?
Same here. We would use it to have image names in themes instead of whole images.