Post

Replies

Boosts

Views

Activity

Reply to Getting "Caught Error Domain NSURLErrorDomain Code=-1200 \"An SSL error has occurred and a secure connection to the server cannot be made."?
We solved the problem, it's some kind of problem in CDN. We implemented DNS resolver to check IP appress from user when error occure (SSL error). And we saw that ip address from CDN not the same as not what is expected for a certain region. For example, user from Germany (just example) - has error with SSL connection when try to download our assets . We resolve DNS address from CDN url where SSL error occure. On user device resolved ip - 88.143.21.23 (for example), and real IP for this region different (54.22.123.54). With this information we came to our CDN provider and they will fixed that from they side
Topic: App & System Services SubTopic: General Tags:
Sep ’23
Reply to GKLocalPlayer.authenticateHandler not called on iOS 26 when Game Center auth overlay is shown
Fixed at iOS 26.2 🙏
Topic: Graphics & Games SubTopic: GameKit Tags:
Replies
Boosts
Views
Activity
Feb ’26
Reply to Invalid bundle structure: BackgroundAsset upload to TestFlight
Sorry, we solved the problem, we didn't expect that Problem connect with difference between minimum deployments version. main target have iOS 12 and extension have iOS 16.4. Do u have some suggestion how can we use BackgroundAsset with min deployment target as in main target (iOS 12) ?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’25
Reply to Getting "Caught Error Domain NSURLErrorDomain Code=-1200 \"An SSL error has occurred and a secure connection to the server cannot be made."?
We solved the problem, it's some kind of problem in CDN. We implemented DNS resolver to check IP appress from user when error occure (SSL error). And we saw that ip address from CDN not the same as not what is expected for a certain region. For example, user from Germany (just example) - has error with SSL connection when try to download our assets . We resolve DNS address from CDN url where SSL error occure. On user device resolved ip - 88.143.21.23 (for example), and real IP for this region different (54.22.123.54). With this information we came to our CDN provider and they will fixed that from they side
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Xcode 14 Archive Build always crashes on iOS 11
@Ptit-Xav We move to the new version of Xcode because, because one SDK up deployment target to iOS 11, and build it at Xcode 14. That's why we moved to new version of Xcode. Remove all armv7 architecture in Build Settings, but its still crash on iOS 11.*
Replies
Boosts
Views
Activity
Oct ’22
Reply to Xcode 14 problem on iOS 11
@Techwindeveloper I have the same problem, Xcode 14, deployment target iOS 11, but always crashes on devices with iOS 11, on iOS 12 all is okey
Replies
Boosts
Views
Activity
Oct ’22
Reply to AVAssetExportSession fails in compiling .mp4 video and .aac audio together on iOS13 device
Maybe someone solved this problem ? I have the same problem, when used AVAssetExportPresetPassthrough always fails, another preset always work great
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Dec ’21