I don't why it happens. So i removing tapjoy, chartboost, heyzap and adcolony to just start an application.
In admob smart_banner doesn't work for me. And setAligment("center", "top") too. SetAligment works if i set("left", "top"), but when i'm trying to use "center" it aligns as "center","center". I'm using smart_banner in all my games so it is critical.
And what happens with Inmobi interstitial? I thought that i can change heyzap for inmobi, but inmobi interstitials doesn't works now and even doesn't exist in AdsInterfaceUsageMatrix
Will look into alignment problem and will contact heyzap (again)
And Inmobi still has interstitial, must have removed it from AdsInterfaceUsageMatrix by mistake
But yes trying interstitial always gives me failed with no fill error message, although I try it all in test mode, none of my apps are approved currently.
Does it works for anybody? Previous version works for me. Newest version returns error: 10-19 10:57:31.707: A/libc(10206): Fatal signal 11 (SIGSEGV) at 0x0073644d (code=1), thread 10219 (Thread-969)
Checked twice. When i replace newest for old version - it works.
@unlying, interesting, it works with the 2013.09 version but fails with the error you've mentioned with previous Gideros version, but I currently don't know what could cause such incompatability, for example, same binaries for IAB work with both older and newer versions of Gideros will examine it more
Comments
Well all I do is simply add it like this (I even tried removing and re-adding it and it wrked):
In admob smart_banner doesn't work for me. And setAligment("center", "top") too. SetAligment works if i set("left", "top"), but when i'm trying to use "center" it aligns as "center","center". I'm using smart_banner in all my games so it is critical.
And Inmobi still has interstitial, must have removed it from AdsInterfaceUsageMatrix by mistake
But yes trying interstitial always gives me failed with no fill error message, although I try it all in test mode, none of my apps are approved currently.
Likes: unlying
I try to built ads-interface on ios but get the error after fixing AdsHeyzap.h as
#import "HeyzapAds.framework/HeyzapAds"
(please look at attachments)
Actually I want to use only Admob. So can I remove unused headers?
By the way I have no iOS experience.
Regards,
But yes, you can remove all the AdsXxxxx.m (where Xxxxx is framework names, which you won't use) including their corresponding libraries
I removed AdsXxxxx.m files but then I get linker error.
I set Deployment Target as 7.0
And project format is Xcode 3.1 - Compatible
Thanks
Also in the error there is a problem with luasocket, which might be related to this issue?
http://www.giderosmobile.com/forum/discussion/3933/linker-error-in-exported-xcode-project#Item_1
B the way, I added frameworks for admob.
I could not locate the problem.
Thanks.
1) export clean project
2) try to build it
3) if it builds, try adding only AdMob part from AdsInterface
4) run app
I will prepare file dependencies tomorrow, so you folks would know which files are needed fr which framework, and could only use the ones you need
version 0.97
Android added RevMob
Android added Mopub
Android added Vungle
Android added Samsung AdHub
Android upgraded Amazon
Also started creating new docs for common interfaces:
http://docs.giderosmobile.com/interface/ads
Tomorrow will start to struggle with IOS versions
Likes: hgvyas123
Previous version works for me. Newest version returns error:
10-19 10:57:31.707: A/libc(10206): Fatal signal 11 (SIGSEGV) at 0x0073644d (code=1), thread 10219 (Thread-969)
Checked twice. When i replace newest for old version - it works.
Now let me recheck that
I follow the steps on:
http://docs.giderosmobile.com/interface/ads
But again I get linker error.
I highlight the added files on project explorer
Thanks.
make screenshot from here: http://dtk.inria.fr/img/guides/dtk-iOS-Xcode7.png
But open library paths, not header.
will examine it more
i've tried to import Chartboost but get the same problem
ld: library not found for -lluasocket
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I've changed the architecture to armv7 .. but not sure what else needs to done.
also, do we have an option for iAD interstitial ads?
Chartboost
Plugins
App directory
previously i had problems with the
inherited recursive -non recursive
all good now!
and about iads interstitial, sure they are supported:
http://docs.giderosmobile.com/interface/ads
check out methods tab
Likes: mysps, chipster123