Hi,
I am applying Local Market inapp library
(Not the Google Market inapp)
Library is .jar file and it’s made with ‘Activity’
like below:
public abstract class xxx.xx.xxxxx.xxxx.xxxxxxxxxxxxxxxx extends android.app.Activity implements xxx.xx.xxxxx.xxxxx.xxxxxxxx {
As I know.
Corona supports “singleTask” (android: launchMode = “singleTask”) only.
So if I apply inapp library and go on like:
App runs > inapp UI See > Press the Home button > run app again
then, inapp Activity is terminated by the onDestroy events.
How do I fix this problem?