Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revMob #42

Open
Pasha187 opened this issue Dec 2, 2015 · 24 comments
Open

revMob #42

Pasha187 opened this issue Dec 2, 2015 · 24 comments

Comments

@Pasha187
Copy link

Pasha187 commented Dec 2, 2015

How to display ads RevMob when the game starts?

@finscn
Copy link
Owner

finscn commented Dec 2, 2015

You have to write a plugin/extension to support it

@Pasha187
Copy link
Author

Pasha187 commented Dec 2, 2015

I integrated the sdk revmob but the ads are not running

@matrixreal
Copy link

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

@Pasha187
Copy link
Author

Pasha187 commented Dec 2, 2015

send it to me - [email protected]
thank

@finscn
Copy link
Owner

finscn commented Dec 2, 2015

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

@matrixreal
Copy link

@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
Copy link

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
Copy link

@Pasha187
?

@Pasha187
Copy link
Author

Pasha187 commented Dec 3, 2015

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

@matrixreal
Copy link

@Pasha187
i already ask @finscn :D
appodealecpm

@Pasha187
Copy link
Author

Pasha187 commented Dec 3, 2015

it would be very good :)

@finscn
Copy link
Owner

finscn commented Dec 3, 2015

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

@finscn
Copy link
Owner

finscn commented Dec 3, 2015

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

@matrixreal
Copy link

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

@finscn
Copy link
Owner

finscn commented Dec 3, 2015

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

@matrixreal
Copy link

@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

@finscn
Copy link
Owner

finscn commented Dec 3, 2015

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

@matrixreal
Copy link

@finscn
about 5 mb

@finscn
Copy link
Owner

finscn commented Dec 3, 2015

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

@matrixreal
Copy link

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

@Pasha187
Copy link
Author

Pasha187 commented Dec 3, 2015

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

@matrixreal
Copy link

@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

@finscn
Copy link
Owner

finscn commented Dec 3, 2015

@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 phoboslab#578 and phoboslab#368

@matrixreal
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants