Will iOS Notification Service Extension delete attached file from device?
问题 I got a strange problem. iOS Notification Service Extension will delete the attachment from device. I use SDWebImage to display and cache image, and I implemented a Notification Service Extension to display a image in the notification alert view. In my case, the image was already cached locally. Then, I click home button, my app was running in background, app scheduled a local notification with the cached image attach into the notification content. See the code bellow: 1.Schedule a local