Post

Replies

Boosts

Views

Activity

Comment on SKAdnetwork 2.2
I also encountered the same problem & logs. And found the reason: I passed the wrong attribute type of SKAdImpression. For example, it needs to set an attribute value of type NSNumber, and I assigned a value of type NSString. After modification, the block can be called back normally. Hope to help you.
Topic: App & System Services SubTopic: General Tags:
Jun ’21
Comment on SKAdnetwork 2.2
I also encountered the same problem & logs. And found the reason: I passed the wrong attribute type of SKAdImpression. For example, it needs to set an attribute value of type NSNumber, and I assigned a value of type NSString. After modification, the block can be called back normally. Hope to help you.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on iPad iOS16+ Can't load "https://www.baidu.com/s?wd=123" in WKWebView
Modifying the preferredContentMode when initially creating a webview doesn't seem to work. So I temporarily solved this problem by modifying the UA method based on the device type.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’25
Comment on iPad iOS16+ Can't load "https://www.baidu.com/s?wd=123" in WKWebView
Modifying the preferredContentMode when initially creating a webview doesn't seem to work. I temporarily solved this problem by modifying UA to the iPhone identifier.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’25
Comment on iPad iOS16+ Can't load "https://www.baidu.com/s?wd=123" in WKWebView
Modifying the preferredContentMode when initially creating a webview doesn't seem to work. I temporarily solved this problem by modifying UA to the iPhone identifier.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’25
Comment on iPad iOS16+ Can't load "https://www.baidu.com/s?wd=123" in WKWebView
I haven't tried modifying the preferredContentMode in the callback. At least, modifying the preferredContentMode when initializing the webview doesn't seem to work
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’25