I released a simple dice rolling app on google play last week. I just added some new features that were suggested to me, but I was only able to test it out in the emulator. It works very well in the emulator, but I would like to know that it is functioning properly on physical devices as well. Would any of you be so kind as to test my app and report back?
https://play.google.com/store/apps/deta ... ungeonDice
Thanks in advance,
Sefro
Released a simple app on Google Play
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Livecode Opensource Backer
- Posts: 447
- Joined: Mon Jan 23, 2012 12:46 pm
Re: Released a simple app on Google Play
Hi Sefro,
It's working ok on a Galaxy Note 8.0 running Android 4.2.2
good work.
Paul
It's working ok on a Galaxy Note 8.0 running Android 4.2.2
good work.
Paul
-
- Livecode Opensource Backer
- Posts: 447
- Joined: Mon Jan 23, 2012 12:46 pm
Re: Released a simple app on Google Play
Thanks Paul!
-
- Livecode Opensource Backer
- Posts: 447
- Joined: Mon Jan 23, 2012 12:46 pm
Re: Released a simple app on Google Play
So I've had 2 users report that the ads are not loading properly for them. here is aScreenshot of what they are experiencing:
http://i.imgur.com/dZXpQkk.png
I did slightly change the script form the ad tutorial, but I don't think this should make a difference, I changed:
to
Not sure what is going on here, as most users report it working fine....
http://i.imgur.com/dZXpQkk.png
I did slightly change the script form the ad tutorial, but I don't think this should make a difference, I changed:
Code: Select all
mobileAdCreate "myAd1", "banner", (0,0), tDetails
Code: Select all
mobileAdCreate "myAd1", "banner", (0,(the bottom of grp "title")), tDetails
Not sure what is going on here, as most users report it working fine....