Hi!
I need to check the first launch of the APP.
I think its better to use Local Storage.
I have global variable CHECK (initial value = 0) and make 2 checks:
1 - "On item "TEST" exists" set 1 to global variable CHECK.
2 - "On item "TEST" missing" set 2 to global variable CHECK.
But I see only 0 in global variable CHECK.
Please help me :)