Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - MrPlow

#1306
GLBasic - en / iOS query
2014-Oct-21
Hi All

Will iOS support createscreen (virtual screen with stretchsprite)?
If not, is there an alternative?

#1307
Hi Spacefractal

My admob console shows that the requests are being made but out of hundreds of requests only 1 impression is recorded.

Is this typical or could it be a problem in my admob setup?
#1308
Great, I'll leave in current apps and take out of new ones.

:-)
#1309
Still no luck with the ads showing and the app is now live.

I used the return statements from GLB On Pause samples to make sure all was correct and did android.init() and define value.

I am also using USESCREEN -1 then Showscreen then adService.show()

Code (glbasic) Select
USESCREEN -1
STRETCHSPRITE 99, 0,0, ssx,ssy
SHOWSCREEN


IF showads = TRUE

// ad showing
LOCAL result=adService.show()
IF result>0
adService.reset()
ENDIF
#1310
Hi
I used the code from the help info and sample

Code (glbasic) Select
// ad showing
LOCAL result=adService.show()
IF result<>0
adService.reset()
ENDIF


I will try with your code and your intersitial code snippet
#1311
Noticed the new AE does not add battery_stats permission?

Should I keep it or remove it?
#1312
My admob console is showing 13 requests but 0 impressions  (must be from my testing)

If I publish will regular users see my ads?
#1313
Sorry, didn't quite follow that...?!

I just have a blank screen and then my app goes to main menu as normal - no ads showing.

Is that normal?

Also the AndroidExtras sample looks like it should show and intersitial ad but I see nothing (same as for my own app)
#1314
Hi

Will testing an apk work and show ads or does the apk need to uploaded to google play to show the ads?

#1315
Guys

Looking at admob the console does not show up amazon apps

How can I add an app from the amazon store to my admob account?

#1316
P.s.

Do you have an apk for the Androidsample already built - saves me building it ?
Any I can use to test game controllers.
If not - not to worry i will build

:-)
#1317
ALL Good!

Thanks Spacefractal!

There isn't any backward compatibility issues with the using min="9" and targ="18" or should compatability significantly improve?

Thanks again!!
#1318
Okay thanks SF!
Do I need Bluetooth if not using inappropriate?
#1319
Nope still crashes - changed the manifest and cpp file

I include this in case it might give more clues...
https://www.dropbox.com/s/pdjv6zxamiu1zgd/gs-az-141.apk?dl=0

#1320
Thanks Spacefractal!

Gonna try this now...hopefully all will go well!

I noticed the filesize is smaller now too - hopefully thats okay