Sorry maybe I didn’t explain properly.
If you have a app that uses the camera on first load iOS pops up a alert asking for permission, the options are “Don’t Allow” and “Ok”. Obviously I want the user to press “Ok”.
Now in the background you can still see your app, so on first run I display something in my app pointing at the iOS “Ok” button.
Trouble is I have no way of knowing they have pressed “Ok” as it’s iOS asking not my app. So when they click “Ok” and control returns to my app, I still have a graphic pointing at the “Ok” button which doesn’t exist anymore.
Now ideally I sit waiting for a “Your app now has permission to use the camera” and I will dismiss the text/arrow.
As an example this is a app I use for cleaning space, you see how he has put a hand under the Done button, that is fine but how do I know they have clicked Done as it’s a iOS popup.
Dave