I would like to know what state the application will click on the iphone home button twice when the application starts. The script looks something like this:
IOS app running foreground
When launching the application, double-click the home button to open the taskbar with several tasks (obviously, my application is not listed here because it is not a recently used application and still works in the foreground)
Now click anywhere outside the taskbar (for example, in the application) and the application will return to focus again
My questions:
What will be the state of the application performing above step # 2? Will it introduce background or is it still in the foreground? Which method will be launched here?
Performing step number 3, the application will re-enter the foreground from the background? Again, which method will be launched here?
Any hints / suggestions would be very helpful.
source
share