Try using a different Condition to show your banner.
depending on your need you can use the condition Is on screen or Compare x/y and use Viewport(Right or direction on screen you need)
you could just use the 32bit if you want only one. anyone can use that. noone should have any problem
you would have to manually build using Crosswalk to use those versions since the XDK is not yet updated for them. Also you can just type Beta into crosswalk version in XDK and it will use the newest beta the XDK supports
codah & nichekeys I'm using ScreenOrientaion and having no issues what Iphone are you guy's using? also are you using the latest plugin?
You should check out the Beginner tutorials https://www.scirra.com/tutorials/top they will help you learn alot of basics which will help you understand how to make alot of your own events
also for your need here check out Global variables https://www.scirra.com/manual/83/variables
are you using his newest IAP?
This is one of my most wanted features.
I believe cranberrygame has this on his list of plugins he will be working on.
Develop games in your browser. Powerful, performant & highly capable.
edwardr that is not how Global variables work you can access them no matter what if they are included or not.
— use the debug layout to make sure your global variable is being set right
also are you youing more then one textobject? you can just use one and use the same events for both
https://www.scirra.com/manual/83/variables
did you but quote mark in you event if so thats way it's doing that
if the above doesnt work try
int(WebStorage.LocalValue("SCoin"))
You have to have at least one instance of something somewhere in your project to be able to spawn it. A good practice is to make a blank layout and put all object you spawn in it. then you can use them
Also to expand on what codah said i've seen people email intel to get their keystore for their app when moving from XDK to something else. But yeah if this is your first version just use XDK to sign it;s much easier
codah if that's all thats stopping you Cranberrygame has a plugin for that i'm not sure if it's free though
POst a screenshot of animation events and we can tell you whats missing