i have an app that allows the users to make a phone call, when the user click on a button on my app, i open the phone app, then the user may or may not call. in any cases, the user will (should) come back to my app, in that case, i want to do some processing. i would like to know which function suites my need the best.
as i read in other ansewrs, sounds like i have to:
- Save an indicator when the user open my app using the view did load function
- on the view will appear, i check if the user alrady saved that indicator, that means this is not the first time he visit this page and he has (should have) alreayd opened the phone app
but i am not sure
i need your help to prove my think
thanks