Hello, I am developing a Chat application, and I was able to successfully implement INSendMessageIntent to be able to have suggestions in Share Extensions with some of my contacts.
I've noticed that after a day or two, avatars are lost, and 2 tested devices are displaying empty background.
When I use my app to send a message, this new chat appears with avatar properly, but just after some time it goes away.
I am using:
let avatarImage = INImage(url: avatarUrl)
intent.setImage(avatarImage, forParameterNamed: \.speakableGroupName)
where avatarUrl can be a file created in NSTemporaryDirectory or just a file in my shared AppGroup directory.
As you can see, Telegram suggestions work fine, suggestions from my app works well as well when I donate the intent, but after some time avatars just goes away
Does apple perform some avatar caching, so when I donate the intent avatars are stored for Share sheet somewhere? Or they always use my local url and I need to make sure it's not deleted?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello, is there any way that I can automatically fold items in the console?
I do log all API requests and responses, printed in a nice json to console. It works well, but having a lot of requests makes the console very big, and it kills readability, I have noticed that I can manually fold json printed in console with CMD+OPTION+Left shortcut.
I am asking if that's possible to fold everything, or just display first lines of the console.
So I can see more entries easier, and if I need I can unfold, or disable Line Wrap, to see details.
I am attaching the photo of how code folds works there. It's all good, but I need to do it one by one, which is bad.
If I could select everything and auto-fold, or It has the line wrap disabled.
I
Hello, one of my users is experiencing this kind of issue:
He taps on my app attached to the Dock.
App icons turns gray, indicating the process is started.
This state with him looking at his iOS homepage with icon grayed out stays for a second or two.
App launches immediately, without displaying the Launch Screen.
iPhone 14 Pro Max
iOS 16.3.1 (video is from this system, but on 16.6 it happened for the same user too)
He claims that the issue happens only when the app was turned off for a longer time (for example a day of inactivity). After this first longer broken launch, next launches works much faster and display launch screen properly.