Post

Replies

Boosts

Views

Activity

Comment on Does the Call Directory app extension work with SIM / eSIM calls or only VoIP app calls?
I don't really understand what you are asking. There's no ability to search the numbers that are registered within the call extension, but as it would have been your app that added them in the first place you would know what you added. The call extension is only for use with blocking/identifying inbound calls. Your understanding of it sounds a bit confused based on your questions
Topic: App & System Services SubTopic: General Tags:
Dec ’22
Comment on VPN causes developer cert in keychain to become untrusted
@eskimo. Thanks for the reply. "Modern versions of macOS do not use CRL checks". I currently have Monterey 12.5.1, so presumably that's not doing a CRL check? The problem actually manifests before even attempting to do any code signing - if I open the keychain and click on a dev cert it says its valid, then if I connect the VPN and then click on another cert and then back to the first then it says not valid. So presumably Xcode is not even entering the picture here at this point?
Nov ’22
Comment on Detect and implementation details for eSIM in iPhone
@eskimo "One of the goals of a deprecation like this is to flush out the valid use cases." Are you saying Apple deliberately mark stuff as deprecated to see what complains for what reasons they get about it?? Here's a use case - if there is an application that is intended to run only with a certain carrier (for example Verizon app their own apps, etc.) then CTCarrier can be used to check this and let the user know before the user has to bother logging or attempting to log onto a system.
Oct ’22
Comment on Does the Call Directory app extension work with SIM / eSIM calls or only VoIP app calls?
I don't really understand what you are asking. There's no ability to search the numbers that are registered within the call extension, but as it would have been your app that added them in the first place you would know what you added. The call extension is only for use with blocking/identifying inbound calls. Your understanding of it sounds a bit confused based on your questions
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’22
Comment on Xcode 14.1 is unable to provision an asset download extension
NO - this isn't a solution, if the code signing entitlements are removed then so too does the shared group, and then the extension won't run - the OS logs "Event (1) dropped for client (com.company.experiments) failed because the app and extension do not share any application groups."
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’22
Comment on VPN causes developer cert in keychain to become untrusted
@eskimo. Thanks for the reply. "Modern versions of macOS do not use CRL checks". I currently have Monterey 12.5.1, so presumably that's not doing a CRL check? The problem actually manifests before even attempting to do any code signing - if I open the keychain and click on a dev cert it says its valid, then if I connect the VPN and then click on another cert and then back to the first then it says not valid. So presumably Xcode is not even entering the picture here at this point?
Replies
Boosts
Views
Activity
Nov ’22
Comment on Detect and implementation details for eSIM in iPhone
@eskimo "One of the goals of a deprecation like this is to flush out the valid use cases." Are you saying Apple deliberately mark stuff as deprecated to see what complains for what reasons they get about it?? Here's a use case - if there is an application that is intended to run only with a certain carrier (for example Verizon app their own apps, etc.) then CTCarrier can be used to check this and let the user know before the user has to bother logging or attempting to log onto a system.
Replies
Boosts
Views
Activity
Oct ’22
Comment on Detect and implementation details for eSIM in iPhone
@eskimo Hello, is there approximate pointers to when CTCarrier will become actively deprecated and start to return --/65535. Will there be an alternative available to CTCarrier for carriers when that happens?
Replies
Boosts
Views
Activity
Oct ’22
Comment on Will xcode run on older macbook air like early 2014 or 2015
You need at least 500GB to install/run Xcode????? That's totally one million percent not the case at all. Where on earth did you get that figure from?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on WidgetKit won't request a new timeline at the end
@SeanConrad Did you ever find out what the number of allowed updates is?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on I was hoping to get some advice. I was trying to upload my app the the AppStore Review. The app is an iOS 16 exclusive app and got this error. Anyone know what to make of it? Thanks!
Delete me
Replies
Boosts
Views
Activity
Sep ’22
Comment on Invalid Swift Support - The file libswiftAVFoundation.dylib doesn’t have the correct code signature.
@O_G did you find a solution? I've getting the exact same error about libSwift_Concurrency
Replies
Boosts
Views
Activity
Aug ’22
Comment on Sandbox restriction message caused by differing Application Identifier Prefix and Team Identifier in an extension?
Hello, yes thats correct the filtering entitlement wasn't used in my profile (as I don't have it). Is there anything that can be done regarding this such that the notification service extension can still continue to filter but can also use the call extension?
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on Call ​Directory​ Extension​ really new SQLite error while reloading
Did you ever find out any more info about this?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’21