Post

Replies

Boosts

Views

Activity

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 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 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 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