google-developers-console

YouTube Data API: Choosing the destination YT channel when uploading my video

萝らか妹 提交于 2021-01-29 12:35:45
问题 I've followed the steps explained here: https://developers.google.com/youtube/v3/guides/uploading_a_video in order to use their script to upload a video on my channel. The problem is that my GMail account is associated to two YouTube channels: my personal one which is its default YT channel, and a new one that I've created this morning. The latter is the good destination channel for my videos. How can I tell the YouTube Data API to upload the video to this channel and not the default one? I

Can i install different google play tracks on the same device at the same time?

拟墨画扇 提交于 2021-01-29 09:47:51
问题 We want to manage different environments for our app on the Google Play Store. The developer console provides the option to setup different tracks. (Internal, Open...) Now i was wondering if there would be a way to install all or some of these tracks on the same time on the same device. This would make things more easy for the QA which needs to test all of the tracks. I haven't found anything on the web and presume that it wont be possible because every track shares the same bundle identifier

How to make my Android app comply with the “Background Location Policy”

你。 提交于 2021-01-18 04:36:29
问题 I have currently some troubles to make my app comply with the new "Google Background Location Policy". Here is my situation : My application is targeting Android Api 22 and Up I have the following permissions required in my app : ACCESS_FINE_LOCATION I need this permission to display the User position in a Map while the app is in Foreground and for Bluetooth Low Energy usage I do not fetch location while the app is in Background I don't understand how to setup the Google Play Console. The

How to make my Android app comply with the “Background Location Policy”

扶醉桌前 提交于 2021-01-18 04:35:29
问题 I have currently some troubles to make my app comply with the new "Google Background Location Policy". Here is my situation : My application is targeting Android Api 22 and Up I have the following permissions required in my app : ACCESS_FINE_LOCATION I need this permission to display the User position in a Map while the app is in Foreground and for Bluetooth Low Energy usage I do not fetch location while the app is in Background I don't understand how to setup the Google Play Console. The

Unable to display in app purchase product data in android

我的梦境 提交于 2021-01-07 06:58:05
问题 So far I'm able to receive my product information for an iOS device but not Android. Here is my code in the component module: registerProduct() { this.inAppPurchase.verbosity = this.inAppPurchase.DEBUG; this.inAppPurchase.register({ id: 'android.prod', type: this.inAppPurchase.NON_CONSUMABLE }); this.registerHandlersForPurchase('android.prod'); this.inAppPurchase.refresh(); } registerHandlersForPurchase(productId) { const self = this.inAppPurchase; this.inAppPurchase.when(productId).updated(

How do I resolve the issue where subsequent .apk upload certificate differs from the original

廉价感情. 提交于 2021-01-05 07:20:07
问题 I'm trying to upload a new .apk file to Open Testing in the Google Play Developer Console and I'm getting this error: You uploaded an APK that is not signed with the upload certificate. You must use the same certificate. The upload certificate has fingerprint: SHA1: key:key:key and the certificate used to sign the APK you uploaded has fingerprint: SHA1: a:diff:key Your APK or Android App Bundle is using permissions that require a privacy policy: (android.permission.GET_ACCOUNTS). Learn More I

App update rejected, stating that i Sush, com.toto.sush, does not qualify for use of READ_SMS, SEND_SMS, READ_CALL_LOG

一个人想着一个人 提交于 2020-12-12 05:39:55
问题 I've developed an android app 'Sush'. It is a utility app which caters to 'Flip-to-vibrate' functionality. I developed the first version back in 2017. Now i've updated my app to support latest android devices, and also updated the target SDK version. Along with this, i've also added an new core functionality of 'Quick response SMS'. With this, one can configure an SMS, which can be sent to the incoming calling number upon flipping the phone face-down. To implement this feature, my app had to