Page 1 of 1

Released a simple app on Google Play

Posted: Tue Apr 01, 2014 11:39 pm
by sefrojones
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

Re: Released a simple app on Google Play

Posted: Wed Apr 02, 2014 1:03 am
by paul_gr
Hi Sefro,
It's working ok on a Galaxy Note 8.0 running Android 4.2.2
good work.

Paul

Re: Released a simple app on Google Play

Posted: Wed Apr 02, 2014 1:16 am
by sefrojones
Thanks Paul!

Re: Released a simple app on Google Play

Posted: Wed Apr 02, 2014 8:23 pm
by sefrojones
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:

Code: Select all

mobileAdCreate "myAd1", "banner", (0,0), tDetails
to

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....