I'm developing an application that has a share extension target. The app allows photo upload to a server which makes some analysis on the photo. When the analysis is done, which may take few seconds, a notification (with a banner) appears to notify the user.
The share extension allows to send photos for analysis directly from the Photo app. But once the photo posted, the extension disappears and I cannot notify the user that the task is over.
Do you know if this is achievable or not? If yes, any hint?
Thanks a lot.