Hello, there.
Here is my logic of the end of my app.
-
When the user finish the game app, the app have to send an email with the information of score and screen shot via email.
-
Then the app have to be closed automatically.
I used os.exit() for exit app after send email.
But the app closes without any email sending popup.
So I thought I have to don’t close app, just switch to background of device.
But how…?
Any body who know this, please help me.
Thank you.
Jacky