Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 2    Views: 58

James R
Aspiring developer
Profile
Posts: 31
Reg: Aug 15, 2012
sydney
3,310
08/24/12 10:16 PM (11 years ago)

Scringo Test Users

Hey Buzztouch so I now have Scringo working in BT2 Android, but just a couple of questions. 1. Ive added the line of code for test users but it doesnt seem any users are coming up on the radar. Anyone implemented this properly ,for android? 2. Also, Im still trying to learn how 'allow gps' works with scringo. It seems your location is still visible when you 'prevent gps access' Any help much appreciated!! James
 
James R
Aspiring developer
Profile
Posts: 31
Reg: Aug 15, 2012
sydney
3,310
like
08/26/12 05:43 PM (11 years ago)
bump
 
willjj85
Aspiring developer
Profile
Posts: 93
Reg: Feb 14, 2011
ireland
3,480
like
09/19/12 12:52 PM (11 years ago)
To add the Radar feature in Android you must create a Google Maps API Key, using your certificate: Follow these instructions: https://developers.google.com/maps/documentation/android/mapkey After registering the certificate and signing up with Google here: https://developers.google.com/android/maps-api-signup, paste the key you received in the scringo.googleMapsApiKey variable (should look something like: 0RPrYT4X4VdTuVu35vePn-OdvFlgYAwlc6luGlg) Make sure you have the following permissions in your AndroidManifest.xml (directly under <manifest>): <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
 

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.