Post

Replies

Boosts

Views

Activity

Reply to iOS 18 local network permission is incorrect
I'm experiencing a similar issue, but the network permission does pop up for me. Code: -1009 (Not Connected To Internet) Description: Error Domain=NSURLErrorDomain Code=-1009 "The internet connection appears to be offline." UserInfo={_kCFStreamErrorCodeKey=50, NSUnderlyingError=0x301d09ad0 {Error Domain=kCFErrorDomainCFNetwork Code=-1009 "(null)" UserInfo={_NSURLErrorNWPathKey=unsatisfied (Local network prohibited), interface: en0[802.11], ipv4, uses wifi, _kCFStreamErrorCodeKey=50, _kCFStreamErrorDomainKey=1}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <478D5456-B9ED-4E29-B0D0-690C88CAE8FA>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask <478D5456-B9ED-4E29-B0D0-690C88CAE8FA>.<1>" ), NSLocalizedDescription=The internet connection appears to be offline., NSErrorFailingURLStringKey=http://192.168.4.11:5000/api/v1/system-parameters/ios, NSErrorFailingURLKey=http://192.168.4.11:5000/api/v1/system-parameters/ios, _kCFStreamErrorDomainKey=1}
Feb ’25
Reply to Can't create new app version on App Store Connect
I am having the same issue too across all apps on multiple developer accounts.
Replies
Boosts
Views
Activity
Feb ’24
Reply to Launching iPhone app when CarPlay app opened
The AppDelegate holds a weak reference to a UIViewController, which is assigned when the VC is initialised. I'd like to be able to access an instance of this class from CarPlay, without the iPhone app. I tried manually initialising the VC within the CarPlay app, but that did not solve the issue.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to iOS 18 local network permission is incorrect
I'm experiencing a similar issue, but the network permission does pop up for me. Code: -1009 (Not Connected To Internet) Description: Error Domain=NSURLErrorDomain Code=-1009 "The internet connection appears to be offline." UserInfo={_kCFStreamErrorCodeKey=50, NSUnderlyingError=0x301d09ad0 {Error Domain=kCFErrorDomainCFNetwork Code=-1009 "(null)" UserInfo={_NSURLErrorNWPathKey=unsatisfied (Local network prohibited), interface: en0[802.11], ipv4, uses wifi, _kCFStreamErrorCodeKey=50, _kCFStreamErrorDomainKey=1}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <478D5456-B9ED-4E29-B0D0-690C88CAE8FA>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask <478D5456-B9ED-4E29-B0D0-690C88CAE8FA>.<1>" ), NSLocalizedDescription=The internet connection appears to be offline., NSErrorFailingURLStringKey=http://192.168.4.11:5000/api/v1/system-parameters/ios, NSErrorFailingURLKey=http://192.168.4.11:5000/api/v1/system-parameters/ios, _kCFStreamErrorDomainKey=1}
Replies
Boosts
Views
Activity
Feb ’25
Reply to iOS 18 Local network prohibited
I've been experiencing the same issue since the release of iOS 18. The only workaround for me is to use a simulator.
Replies
Boosts
Views
Activity
Feb ’25
Reply to App Attest not working in production - started today
We are experiencing the same issue.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’25
Reply to App Attest not working in production - started today
This issue is now fixed for us.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’25
Reply to [StoreKit] Runtime warning with manageSubscriptionsSheet and ObservableObject
Did you find a solution for this?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’25
Reply to How to change TabView background color with SwiftUI?
This no longer works for the iOS 26 Tab Bar, any suggestions?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’26