Ejecta icon indicating copy to clipboard operation
Ejecta copied to clipboard

revMob

Open Pasha187 opened this issue 9 years ago • 24 comments

How to display ads RevMob when the game starts?

Pasha187 avatar Dec 02 '15 08:12 Pasha187

You have to write a plugin/extension to support it

finscn avatar Dec 02 '15 08:12 finscn

I integrated the sdk revmob but the ads are not running

Pasha187 avatar Dec 02 '15 08:12 Pasha187

@Pasha187 i have the revmob plguin for ejecta showbanner, hide banner, show ineterstitial will send you or add it to this repo later

matrixreal avatar Dec 02 '15 08:12 matrixreal

send it to me - [email protected] thank

Pasha187 avatar Dec 02 '15 08:12 Pasha187

@matrixreal , could you give a pull-request about revmob plguin

finscn avatar Dec 02 '15 13:12 finscn

@finscn @Pasha187

  1. drag and drop the revmob sdk to your project

  2. add .h and .m files https://www.dropbox.com/s/tffy34l6ckgw29n/revmob-ejecta.zip?dl=0

  3. add this lines to your appdelegate.m after didFinishLaunchingWithOptions method

[RevMobAds startSessionWithAppID:@"55ddc610914c6c0b198ec9e9"];

  1. initialise sdk in your main js by var "rev = new Ejecta.Advertising("55ddc610914c6c0b198ec9e9");"

  2. later call banner "rev.showRevMobBannerAd();" hide banner "rev.hideRevMobBannerAd();" call interstitial "rev.showRevMobFullscreenAd();"

good luck

matrixreal avatar Dec 02 '15 15:12 matrixreal

here it is but i don't recommand revmob at all since they are slow updating sdk and their ecpm is horrible ... very horrible ... i suggest to move to appodeal (wich they mediate with all networks (admob, revmob, chartboost, vungle, startapp, unityads etc ...) and also airpush wich is new company and offer very high ecpm good luck

matrixreal avatar Dec 02 '15 19:12 matrixreal

@Pasha187 ?

matrixreal avatar Dec 02 '15 20:12 matrixreal

ads work revmob but very few games and bad content. I think revmob not interesting for monetization. It is interesting to consider the network or appodeal AirPush

Pasha187 avatar Dec 03 '15 05:12 Pasha187

@Pasha187 i already ask @finscn :D appodealecpm

matrixreal avatar Dec 03 '15 05:12 matrixreal

it would be very good :)

Pasha187 avatar Dec 03 '15 05:12 Pasha187

@matrixreal , your picture is whose ? appodeal ? AirPush ?

finscn avatar Dec 03 '15 06:12 finscn

appodeal is too big (the size of SDK is 300MB) , too complex for me. Which ADs service has the best eCPM ?

finscn avatar Dec 03 '15 06:12 finscn

@finscn this is appodeal their sdk is big but once you build the ipa it will ok why is so big ? because they have all sdk of other network if we success appodeal plugin ... no need admob ... no need chartboost no need vungle etc ... because appodeal mediate all these ... and show banner , intersitital , rewraded video of the best ecpm from the other networks really it is challenging ...

matrixreal avatar Dec 03 '15 06:12 matrixreal

@matrixreal , thanks. I'll try next week , I was ill now .

finscn avatar Dec 03 '15 06:12 finscn

@finscn i just have discussion with their developper they told me that he will do something for the sdk and he confirm that once the ipa is build it will not has big size ... so it's okay

matrixreal avatar Dec 03 '15 06:12 matrixreal

@matrixreal , What's size of appodeal in an IPA file ?

finscn avatar Dec 03 '15 08:12 finscn

@finscn about 5 mb

matrixreal avatar Dec 03 '15 10:12 matrixreal

@matrixreal , I'm sorry , appodeal needs JavaScriptCore built in iOS , it isn't compatible with Ejecta

finscn avatar Dec 03 '15 10:12 finscn

@finscn are you sure that is not posible ? sad ... we miss the big deal

matrixreal avatar Dec 03 '15 10:12 matrixreal

I feel very good network heyZap. It supports a lot of good advertising networks. Look here please www.heyzap.com

Pasha187 avatar Dec 03 '15 12:12 Pasha187

@finscn Hi, i think you ae wrong JavaScript code is executed directly by a JavaScript VM (JavaScriptCore), the HTML5 Canvas 2D and WebGL API is implemented in native code with OpenGL, Audio is implemented with OpenAL. Several other APIs (touch, accelerometer, localStorage) behave like those in a real browser. source http://impactjs.com/ejecta

matrixreal avatar Dec 03 '15 13:12 matrixreal

@matrixreal , no ,you are wrong . I think you don't understand the JavaScriptCore built in iOS 7+ . In new iOS , there is a pure JavaScriptCore (without any HTML5 features) and native JSBinding. They are conflict with Ejecta's JSBinding . Please read https://github.com/phoboslab/Ejecta/issues/578 and https://github.com/phoboslab/Ejecta/issues/368

finscn avatar Dec 03 '15 13:12 finscn

@finscn you are better than me so it's okay

matrixreal avatar Dec 03 '15 14:12 matrixreal