Hello guys,
Here is AdColony plugin for iOS, check it out on my repo
https://github.com/nascode/gideros_adcolony_iosYou could find information about this ads network here
http://adcolony.com/You could find Android version by
@zaniar here
http://www.giderosmobile.com/forum/discussion/2335 the LUA API is similar in both plugins
Comments
one question how i am going to earn through this adcolony i mean if i force the user to watch the video then after completion of video i had earned?
or user also needs to download the game or complete any action
Likes: hgvyas123
http://www.nightspade.com
i am trying to implement this in my project but i cant see any video and i am getting this in xcode
2013-02-15 14:06:41.913[844:907] ADCOLONY 2.0.1 [info] AdColony library version: 2.0.1.32 production
2013-02-15 14:06:42.079[844:710b] +[NSData adc_dataWithWeaklyEncryptedBase64EncodedString:]: unrecognized selector sent to class 0x3b864800
do you have any idea what to do i had added all the frameworks as well as set the flag the only on difference i can see is i have adcolony-ios-2.0.1.32.
this is my lua code
Have you tried added all required frameworks from Gideros exported xcode again?
http://www.nightspade.com
it is working now cheers might be i had forgot to add something in previous try
Likes: hgvyas123
http://www.nightspade.com
I followed the walkthrough but i keep on getting the same exception
ADCOLONY 2.2.2 [*** ERROR ***] Disabling AdColony due to exception: +[NSData adc_dataWithWeaklyEncryptedBase64EncodedString:]: unrecognized selector sent to class
am i doing something wrong?
but have you tried to follow the guide on my GitHub precisely? For iOS we must make adcolony lib compiled with arc option enabled.
http://www.nightspade.com