Can't get RevMob 1.0.1 to work

I can’t get RevMob 1.0.1 to work without a bunch of errors. Can anyone make a sample project that actually works?

-CM [import]uid: 104852 topic_id: 27384 reply_id: 327384[/import]

for ios or android?

i had no problems at all on ios, but several on android. the main thing is to set the permissions in build.settings file
androidPermissions = {
“android.permission.INTERNET”,
},

androidPermissions = {
“android.permission.ACCESS_WIFI_STATE”,
},

as far as code goes, its just that one line that calls the popup… make sure and put your account Id for ios and android and it should work…

hope that helps

niko [import]uid: 34595 topic_id: 27384 reply_id: 111276[/import]

Hey Chandler,

You’d probably have better luck contacting the developers; https://www.revmob.com/

Peach :slight_smile: [import]uid: 52491 topic_id: 27384 reply_id: 111281[/import]