Posts

Post not yet marked as solved
3 Replies
Same here. We would use it to have image names in themes instead of whole images.
Post not yet marked as solved
1 Replies
This would be interesting for me too.
Post marked as solved
4 Replies
This URL worked for me with iOS 14.4 "itms-apps://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions"
Post not yet marked as solved
2 Replies
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?
Post not yet marked as solved
4 Replies
I don't get any call. I created a separat post for that https://developer.apple.com/forums/thread/681306
Post marked as solved
2 Replies
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.
Post not yet marked as solved
2 Replies
In my iOS 14.2 Simulator the Smart App Banner is shown in a WKWebview. I'm now looking for ways to suppress it.
Post not yet marked as solved
4 Replies
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.
Post not yet marked as solved
4 Replies
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