I want to know if it is compulsory to install the Spotify app when integrating the Spotify SDK with Android. Can anyone help me out with this? I am using the new Spotify SDK.
As per the docs, yes it is a requirement to install Spotify to use their Mobile Development SDK
App Remote SDK requires the Spotify app to be installed on the device.
Install the latest version of Spotify from Google Play on the device
you want to use for development. Run the Spotify app and login or sign
up.
Related
I've made an android app in Android Studio which uses the Spotify API but it can not connect to the Spotify Remote when the app is installed from Google Play but it does work properly when i install it from my computer in debug and release mode too and I also have the the quota extension for my API on my Spotify developer dashboard. When the app is installed from play store the app tries to connect to spotify remote as my phone indicates but it fails connecting as the OnFail interrupts is triggered in this case. What could possibly be the problem?
I want to integrate some Esignature sdk in my android app. I searched on google but could not find one that I can directly integrate in my android app and use. Please help!!
Now I use PhoneGap for develop my application then I up it to Google play for Bata Testing Versions, it can purchase normally and when I run it by Android Studio, it cannot purchase.
Here is the link for integration
https://developer.android.com/google/play/billing/billing_integrate.html
Here is the link for sample app
https://github.com/googlesamples/android-play-billing
I develop an android application and suppose to run any android version.
I notice that I can only install my application on android which has Google Play install. I think this is because I use Google Play library. Is there any way to install my application on android which has no Google Play Store?
if you dont absolutely need google play services, use other library.
or you can detect if a device doesnt have it, then display some information about installing the google play services on that device.
I installed Google play store on my android emulator successfully. But when I try to run Google app it gives "Unfortunately, Google services framework has stopped" error message. I tried to fix it using clear cache of Google play store app, clear data of Google services framework app and restart the device. Also I tried for new emulators. But It didn't work. Does it a matter version of android sdk and Google Services Framework.apk version?
Suggest a way to fix this problem.
Read up on the guide provided by Android here.
Specifically, note:
To test your app when using the Google Play services SDK, you must use
either:
A compatible Android device that runs Android 2.3 or higher and
includes Google Play Store.
The Android emulator with an AVD that runs
the Google APIs platform based on Android 4.2.2 or higher.
As long as you satisfy those requirements, follow the installation instructions provided to install the SDK into your Developer environment.