Post

Replies

Boosts

Views

Activity

Comment on I want to know why the "NSURLErrorDomain Code=-1000" error occurs and how to fix it?
I don't have Custom URL protocols, not even a third party network library to use. Use the iOS native NSURLSession to request the network. Just like the Demo I provided. [[NSURLSession sharedSession] dataTaskWithRequest:aRequest completionHandler:] There is one thing that has not been mentioned before. This network request is sent from the dynamic library (Framework) developed by ourselves.
Jan ’25
Comment on 【iOS18.2~18.3.2 bug】After switching sandbox accounts in Settings, the value of SKStorefront.countryCode is not synchronized
@DTS Engineer Feedback number: FB17329764
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Apr ’25
Comment on I want to know why the "NSURLErrorDomain Code=-1000" error occurs and how to fix it?
I don't have Custom URL protocols, not even a third party network library to use. Use the iOS native NSURLSession to request the network. Just like the Demo I provided. [[NSURLSession sharedSession] dataTaskWithRequest:aRequest completionHandler:] There is one thing that has not been mentioned before. This network request is sent from the dynamic library (Framework) developed by ourselves.
Replies
Boosts
Views
Activity
Jan ’25