Post

Replies

Boosts

Views

Activity

Comment on No local user-override for Live Caller Id Lookup?
Hi, yes I'll file a feedback report. The documentation for the new Contact Provider Extension (https://developer.apple.com/documentation/ContactProvider) talks about the app managing its own contacts. If an app were to create a contact for a number (as opposed to the user creating one) would that override the blocking action of a CallKit extension too? (I'd try it out but there is as yet no documentation on how an app can create an app managed contact)
Topic: App & System Services SubTopic: General Tags:
Jul ’24
Comment on APNs behavior when deleting apps
@Gualtier Malde if the token changes, lets say due to the user backing up then restoring, but the user doesn't launch the app, then the app now has a new token but as it hasn't run it won't have the chance to inform the server there is a new token, hence all the pushes will fail. Is there any solution for such situations?
Feb ’24
Comment on How can you run Instruments/Logger with a TestFlight app?
Thank you for the explanation. Yes, being able to create a debuggable binary would be useful because I'm running a React Native app, and how it behaves, especially on launch/startup is different as when running via Xcode the RN javascript bundle resides on the Mac, but gets copied to the phone during installation from an archive, and this makes a big difference when trying to debug bugs occurring at start up, and examine times on app launch etc.
Feb ’24
Comment on How do you stop logging in the console from disappearing after a few seconds?
Thanks for the reply. The issue I'm facing when doing this is that the old logs scroll out at the top of the window even though the window content isn't filling up, i.e. suppose the app runs and logs to the window, then the app pauses for a few seconds and doesn't do anything to generate new logs, then the previous logging scrolls out at the top until an empty log window is all that remains, then its not possible to scroll up to view them, they're gone. I'll give Instruments a try.
Topic: App & System Services SubTopic: Hardware Tags:
Feb ’24
Comment on Uninstall old Xcode version
Are you sure you only have one in the application Folder? If within the storage manager thingy if you click on Xcode Universal and then Xcode (V220004) then at the very bottom of the table it shows you the location of what you click on i.e. if might show Machintosh HD > Application > Xcode for one and something else for the other. There is also a Show in Finder button that will open the folder and highlight the selected app
Aug ’23
Comment on Filter all notifications
The iPhone OS could do that, the iPhone OS can do anything it wants. But an app cannot. Apple put lots of restrictions on what an app can do, fundamental to that is an app runs in its own little world and has no knowledge nor can interact nor interfere with other apps or the iPhone's general behavior.
Topic: App & System Services SubTopic: Core OS Tags:
Jan ’23
Comment on "Final reminder: Answer the updated age ratings questions." But there are no questions
What does this mean? Create it where/how?
Replies
Boosts
Views
Activity
Dec ’25
Comment on Can Message Filter Extension use configured Shared Web Credentials for auth'd calls?
@Rico "There's no supported way for you to insert auth in a Message Filter Extension with the APIs currently available." Is this thread saying it is possible:? https://developer.apple.com/forums//thread/770317?answerId=820139022&replyId=820139022
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’25
Comment on No local user-override for Live Caller Id Lookup?
Hi, yes I'll file a feedback report. The documentation for the new Contact Provider Extension (https://developer.apple.com/documentation/ContactProvider) talks about the app managing its own contacts. If an app were to create a contact for a number (as opposed to the user creating one) would that override the blocking action of a CallKit extension too? (I'd try it out but there is as yet no documentation on how an app can create an app managed contact)
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Comment on APNs behavior when deleting apps
@Gualtier Malde if the token changes, lets say due to the user backing up then restoring, but the user doesn't launch the app, then the app now has a new token but as it hasn't run it won't have the chance to inform the server there is a new token, hence all the pushes will fail. Is there any solution for such situations?
Replies
Boosts
Views
Activity
Feb ’24
Comment on UNNotificationServiceExtension suddenly stopped working
@Gualtier Malde "The only available solution at this time is to reboot the device to clear the problem state." Would deleting and re-installing the app also reset the problem?
Replies
Boosts
Views
Activity
Feb ’24
Comment on UNNotificationServiceExtension suddenly stopped working
I've seen the same thing - RBSRequestErrorDomain code 5. https://developer.apple.com/forums/thread/739274. Since reporting that I haven't been able to capture logs myself, but I've had quite a lot of customers reporting pushes not being displayed unless they restart their phone. So it could be quite widespread.
Replies
Boosts
Views
Activity
Feb ’24
Comment on How can you run Instruments/Logger with a TestFlight app?
Thank you for the explanation. Yes, being able to create a debuggable binary would be useful because I'm running a React Native app, and how it behaves, especially on launch/startup is different as when running via Xcode the RN javascript bundle resides on the Mac, but gets copied to the phone during installation from an archive, and this makes a big difference when trying to debug bugs occurring at start up, and examine times on app launch etc.
Replies
Boosts
Views
Activity
Feb ’24
Comment on Massive difference in time taken to scan contacts/perform action in Xcode versus TestFlight
@jlilest could you describe further what you mean?
Replies
Boosts
Views
Activity
Feb ’24
Comment on How do you stop logging in the console from disappearing after a few seconds?
@Developer Tools Engineer Is there a way within Instruments to filter the logging by a string? For example suppose my app logs as "X:A:nnn" and an app extension logs as "X:B:mmm", is there a way to filter the logs so it displays any log line containing "X:"?
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Feb ’24
Comment on How do you stop logging in the console from disappearing after a few seconds?
Thanks for the reply. The issue I'm facing when doing this is that the old logs scroll out at the top of the window even though the window content isn't filling up, i.e. suppose the app runs and logs to the window, then the app pauses for a few seconds and doesn't do anything to generate new logs, then the previous logging scrolls out at the top until an empty log window is all that remains, then its not possible to scroll up to view them, they're gone. I'll give Instruments a try.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Feb ’24
Comment on For goodness sake, why does Xcode keep doing this?
Exactly, unfortunately, already experienced that several times in the past.
Replies
Boosts
Views
Activity
Jan ’24
Comment on Xcode not showing compile errors when app crashes
Instead of saying probably. Find out for certain. Step to that line in the debugger, then step over it, or add logging lines before and after.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Comment on Xcode 15, how to uncheck "Connect via network" for physical device?
@eskimo And is there anything one can do if the app being tested needs connectivity i.e. its making http calls? You can't disabled Wifi in this case (if the phone doesn't have cellular connectivity)
Replies
Boosts
Views
Activity
Sep ’23
Comment on Uninstall old Xcode version
Are you sure you only have one in the application Folder? If within the storage manager thingy if you click on Xcode Universal and then Xcode (V220004) then at the very bottom of the table it shows you the location of what you click on i.e. if might show Machintosh HD > Application > Xcode for one and something else for the other. There is also a Show in Finder button that will open the folder and highlight the selected app
Replies
Boosts
Views
Activity
Aug ’23
Comment on Filter all notifications
The iPhone OS could do that, the iPhone OS can do anything it wants. But an app cannot. Apple put lots of restrictions on what an app can do, fundamental to that is an app runs in its own little world and has no knowledge nor can interact nor interfere with other apps or the iPhone's general behavior.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’23