service tag

21 questions


1 answers
126 views
0
AdvertisingID acquisition is not successful

I wrote the source code according to the official document (http://www.androiddocs.com/google/play-services/id.html) to get the AdvertisingID, but it didn't work.I added the following code.app.gradle ...


1 answers
75 views
0
What is the fingerprint and API Key of the certificate to be obtained when using GoogleMap?

I have a question about the subject.I sometimes used Google Maps when creating apps.We created it by referring to books, etc., and there was a procedure in which acquire API keys from certificate fing...


1 answers
74 views
0
What is the fingerprint and API Key of the certificate to be obtained when using GoogleMap?

I have a question about the subject.I sometimes used Google Maps when creating apps.We created it by referring to books, etc., and there was a procedure in which acquire API keys from certificate fing...


1 answers
101 views
0
Google play service when building an Android build environment

Up until now, I have been using eclipse from coding to building, but We are currently building a Jenkins build environment in CentOS.I am using Google play service in the application I am creating, so...


1 answers
130 views
0
User authentication crashes with iOS app using GooglePlayGameServices

If you authenticate the user of GPG within the iOS application built by Unity, it will crash.Is there a way to authenticate without crashing on iOS?Xcode Thread View libsystem_kernel.dylib`__pthread_k...


1 answers
67 views
0
About Eclipse Android Application Project Export

using google maps android apiv2 and google play services_libI exported an application to display Google Maps, but when I imported it, Google play services_lib could no longer be referenced.I'm thinkin...


1 answers
128 views
0
What is the alternative implementation of LocationClient in Google Play Service SDK 6.5?

After updating the Google Play Service SDK to 6.5, LocationClient is no longer available.What should I do with the alternative implementation?


1 answers
64 views
0
I want to start the service when the device boots, what should I do?

I made the code to start the service when the Android device was booted. It doesn't move properly. Did I make a mistake?<receiver android:name=.StartServiceAtBootReceiver android:enabled=true andro...


1 answers
123 views
0
How to Call Activity in Android Service

public class LocationService extends Service {@Override public void onStart(Intent intent, int startId) { super.onStart(intent, startId); startActivity(new Intent(this, activity.class)); }}We create...


1 answers
125 views
0
Android Specific Value Import Service Runs Every 1 Minute

One of the application functions I'm working on is to activate and maintain the service from the first launch of the app. The function of this service is to get the db value by doing web communication...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.