Posts

Post not yet marked as solved
0 Replies
420 Views
Hi I have uploaded a new version of my macOS application successfully via Xcode 13 (archive & distribute app)... no errors during the upload. But the new release is not showing up in AppStore Connect, also I get no mail notification at all if an error occured. Can anybody help me out here? Sincerely, Domenico
Posted
by dpiol.
Last updated
.
Post not yet marked as solved
3 Replies
384 Views
HelloI am trying to switch between my predefined network sets (Apple Menu -> Location).. for that, several functions have to be used:SCPreferencesLock(prefs, true)SCNetworkSetSetCurrent(set)SCPreferencesCommitChanges(prefs)Currently my app is sandboxed... this apparently prevents the dialog-box appearing when SCPreferencesLock is called for obtaining the permission (root required for changing set), I get an error-code 1003.I am struggling now finding the correct entitlements/capabilities in Xcode to get this working....Can anybody help me out?thx,Domenico
Posted
by dpiol.
Last updated
.
Post not yet marked as solved
0 Replies
271 Views
HelloI am trying to switch between my predefined network sets (Apple Menu -> Location).. for that, several functions have to be used:SCPreferencesLock(prefs, true)SCNetworkSetSetCurrent(set)SCPreferencesCommitChanges(prefs)Currently my app is sandboxed... this apparently prevents the dialog-box appearing when SCPreferencesLock is called for obtaining the permission (root required for changing set), I get an error-code 1003.I am struggling now finding the correct entitlements/capabilities in Xcode to get this working....Can anybody help me out?thx,Domenico
Posted
by dpiol.
Last updated
.