Discussion Forums  >  App Store Approvals, Thank You's

Replies: 19    Views: 207

elaine
buzztouch Evangelist
Profile
Posts: 385
Reg: Dec 26, 2010
Ireland
3,850
10/04/12 08:32 AM (12 years ago)

Thanks Sandeep: 2 new Android 2.0 apps with revmob live on Google Play.

I had published a good few 1.5 paid iOS apps, but had stopped with just a few paid 1.4 Android apps live. So I've started making 2.0 Android apps :) Got the first 2 live on the store just now with revmob working. I wanted to make them free & use revmob for monitisation (and hopefully startapp.com & leadbolt but that's another days work!) HUGE THANKS to Sandeep for doing a teamviewer session to solve all my errors :) I wrote up a doc of exactly how Sandeep got my revmob nag screen working on my android 2.0 app - if you are a non-techie like me, hope it helps.. This is all THANKS to Sandeep who is an absolute legend. http://thechocolatelabapps.com/wp-content/uploads/2012/09/How-to-integrate-revmob-by-Elaine.pdf
 
SheriDee
Code is Art
Profile
Posts: 1094
Reg: Sep 23, 2011
location unknow...
22,840
like
10/04/12 09:34 AM (12 years ago)
Elaine, Way to go! Thank you so much for the tutorial! Revmob is on my to do list! Just checked out your website....Adorable puppy! Love the web site! Way to go girl! Would love to have you at the woman of buzztouch meetup...but the time difference..erg. Trying to figure out google plus and figure out a good time. Hopefully will have a recording up soon afterward.....Thanks again! I have heard Sandeep and teamviewer is an awesome combination! So glad you got it worked out....Thanks a million!
 
elaine
buzztouch Evangelist
Profile
Posts: 385
Reg: Dec 26, 2010
Ireland
3,850
like
10/04/12 09:36 AM (12 years ago)
Love to be there :) Morning your time is good for me.. evening not so much. If you are doing free apps, put in revmob asap. Glad you liked the puppy! Elaine.
 
SheriDee
Code is Art
Profile
Posts: 1094
Reg: Sep 23, 2011
location unknow...
22,840
like
10/04/12 10:05 AM (12 years ago)
Mornings are actually doable so time change next week I am sure. Today's focus is to get to know google's functionality on for hangouts/events and getting connected. We want to do this as a weekly event. BTW..love the graphics and videos. Where did you get those done? Great job! Sheri
 
elaine
buzztouch Evangelist
Profile
Posts: 385
Reg: Dec 26, 2010
Ireland
3,850
like
10/04/12 10:17 AM (12 years ago)
Fiverr.com ($5) - a brilliant website for getting app icons & videos & things done. The rest is me in photoshop :)
 
Paddy
Lost but trying
Profile
Posts: 240
Reg: Oct 08, 2011
Hands Up !
12,500
like
10/04/12 11:02 AM (12 years ago)
Thanks Elaine and Sandeep !
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
10/04/12 11:27 AM (12 years ago)
That's a pretty darn good tutorial! I'm going to have to come up with an app for Android just so I can try it out and see if I can make some money! And, yep, @Sandeep is indeed a true forum ninja! Super helpful and an overall nice person! Mark
 
RB
Aspiring developer
Profile
Posts: 150
Reg: Jun 29, 2011
BR
6,150
like
10/23/12 12:39 PM (12 years ago)
Thank you both: @Elaine and @Sandeep. I am proud to say that RevMob is a start-up Brazilian company
 
RB
Aspiring developer
Profile
Posts: 150
Reg: Jun 29, 2011
BR
6,150
like
10/31/12 05:20 AM (12 years ago)
Hi @elaine I implemented the revmob in a quiz using your tutorial and it worked fine. However, I used the same procedures in an application that uses only the htmlDoc screen and does not work. I tried inserting the code in the bt_screen_htmlDoc.java and the revmob screen appears all the time and is not possible to use the application. Do you have any suggestions to fix it? Thanks
 
elaine
buzztouch Evangelist
Profile
Posts: 385
Reg: Dec 26, 2010
Ireland
3,850
like
11/08/12 06:29 AM (12 years ago)
Sorry, what I posted above is my current technical limit :) Maybe as a work around put in more than just the html doc screen? Elaine.
 
Mike the App Guy
Lost but trying
Profile
Posts: 435
Reg: Sep 19, 2011
Birmingham, Ala...
5,900
like
11/21/12 05:04 AM (12 years ago)
I have a couple of questions. First, does this method work with the most current RevMob SDK (4.3.0)? Second, this looks a little different than the docs on the RevMob site. Specifically, in the section "Using the SDK - Fullscreen Ad Integration" (shown below). If the way you did this, Elaine (which looks fantastic!), doesn't work with the current SDK, where do you put #2 below? Is it in the androidmanifest.xml?? Using the SDK Fullscreen Ad integration To show a Fullscreen Ad you need to: 1. Add access control on your AndroidManifest.xml . Just add the revmob activity in the application node: <application> <activity android:name="com.revmob.ads.fullscreen.FullscreenActivity" android:configChanges="keyboardHidden|orientation" > </activity> ... </application> 2. Then to show the ad it's just one line of code: package com.revmob.sample.developer; import android.app.Activity; import com.revmob.RevMob; public class Main extends Activity { // Just replace the ID below with your appID. private static String APPLICATION_ID = "4f56aa6e3dc441000e005a20"; private RevMob revmob; public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); // Starting RevMob session revmob = RevMob.start(this, APPLICATION_ID); } public void onStart() { super.onStart(); revmob.showFullscreenAd(this); } }
 
Mike the App Guy
Lost but trying
Profile
Posts: 435
Reg: Sep 19, 2011
Birmingham, Ala...
5,900
like
11/23/12 05:42 AM (12 years ago)
Hello, can anyone possibly help me with thos by doing a team share on Sunday 11/25/2012? I can't get this to work. Would be very appreciative. Getting frustrated aboit this...
 
Mike the App Guy
Lost but trying
Profile
Posts: 435
Reg: Sep 19, 2011
Birmingham, Ala...
5,900
like
11/23/12 07:10 AM (12 years ago)
Edited - read Elaine's tutorial and follow it EXACTLY, and it will work like a charm. Got it up and running in my Android app right now! However, there is one MAJOR problem! I've implemented the SDK like on your new guide using the latest SDK, but there are tons of popups, so many that I got my first 1 star review on Google Play. Is there a way to limit how many popup ads I get displayed in the app, while still having enough to get a decent revenue?
 
fusionmtx
Android Fan
Profile
Posts: 178
Reg: Jun 15, 2011
Orlando
2,180
like
12/08/12 06:08 PM (12 years ago)
I was able to get it working as as well but was also wondering how to limit the amount of ads
 
HelperDev
Lost but trying
Profile
Posts: 49
Reg: Nov 16, 2012
New York
3,090
like
02/18/13 02:36 PM (12 years ago)
How do you get this working with Android SDK 5.2.3?
 
AlmaR
Lost but trying
Profile
Posts: 73
Reg: Jun 13, 2011
location unknow...
5,630
like
03/04/13 07:16 PM (12 years ago)
Here is the code that I am using for a working fullscreen ad every 5 screens on RevMob 6.0 with BT 2.0: BT_activity_base.java file: //visible / showing public static final int INVISIBLE = 4; public static final int VISIBLE = 0; private static String APPLICATION_ID = "XXXX_YOUR_APP_ID_XXX"; private RevMob revmob; private static int session = 0; //onCreate @Override public void onCreate(Bundle savedInstanceState){ super.onCreate(savedInstanceState); // Starting RevMob session if(session % 5 == 0) { revmob = RevMob.start(this, APPLICATION_ID); revmob.showFullscreen(this); } session++;
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
03/13/13 11:47 AM (12 years ago)
I used that, works a treat, thanks @AlamaR. I found it undesirable to have a full screen popup every time the app starts, so I made a small change to set private static int session = 0; and changed it to set private static int session = 1; Thanks, Alan
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
04/05/13 10:01 AM (12 years ago)
I was just looking up a few ways to pause the pop ups and thanks @AlmaR for that snippet!
 
Redbullet
Aspiring developer
Profile
Posts: 42
Reg: Mar 05, 2011
Earth
3,170
like
04/25/13 09:51 PM (12 years ago)
Hi anyone who could extend help? I'm having issues on build, so many errors before that most of them cleaned now. I have errors on this declaration private static final String APPLICATION_ID = "00000000000000000" Error: Syntax error, insert ";" to complete FieldDeclaration Im using revmob 6.2.1 (latest SDK)
 
Mike the App Guy
Lost but trying
Profile
Posts: 435
Reg: Sep 19, 2011
Birmingham, Ala...
5,900
like
06/24/13 05:41 PM (11 years ago)
Hoping that we get some follow-up on this one, interested in running some Android apps now.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.