My iOS app is a printer application.
My use case is :
1.I need to open an image from Photos app
2.Tap on Share/OpenWith button and should see my App on the Share options list
3.On tapping it my iOS App should get launched and use the image for printing.
Is this possible? I checked Share Extension solution. But it doesn't launch my app.
Also, I need to know how does this share extension will work in this use case. Or any other solution apart from share extension please write it here.
Many thanks in advance.