developer-console

Are mongodb backups made automatically?

时光怂恿深爱的人放手 提交于 2019-12-06 07:09:16
问题 We use two mongodb services and there is now a backup button in the swisscom developer console. Do we have to do the backups manually with this button or are further backups made automatically? if yes, when and how often? 回答1: We make automatically backups, but only for desaster recovery. We don't provide this backups to customer. So please trigger in Developer Portal backup for you. Other option is to automate backup with mongodump or the Filter API. There is an API endpoint for triggering

Google Play Account Termination

ぃ、小莉子 提交于 2019-12-06 06:57:47
Today I recieved a notificiation e mail from Google: "This is a notification that your Google Play Publisher account has been terminated. REASON FOR TERMINATION: Prior violations of the Developer Program Policies and Developer Distribution Agreement by this or associated accounts as outlined in previous emails sent to the registered email address(es) of the Publisher account(s). Google Play Publisher suspensions are associated with developers, and may span multiple account registrations and related Google services. You can visit the Developer Policy Center to better understand how we enforce

Android Google Place Picker working in Signed APK but not working in Live app

六月ゝ 毕业季﹏ 提交于 2019-12-05 21:36:48
I have an application in which i have used Google Place Picker. There is very strange issue i am facing. When i am creating signed APK with my app's keystore, Place Picker is working very well. That same APK I have uploaded over Google PlayStore. When I come to open that Place Picker it automatically closed down. I already read a lots of comments online and also here in SO. But I can not determine why its working well in signed APK and the same APK which is over Google PlayStore is not working. When i checked logs of LIVE application of Google PlayStore it giving error like this : Volley :

Simulate the solution for Security Alert - unsafe implementation of X509TrustManager

雨燕双飞 提交于 2019-12-05 12:42:07
So, Lately I am getting the below warning inside my developer console and to resolve the same I have done the required fixes. As suggested by Google , here To confirm you’ve made the correct changes, submit the updated version of your app to the Developer Console and check back after five hours. If the app hasn’t been correctly upgraded, we will display a warning. But , if I do the same then whole of my app users will be notified and if the problem is not fixed completely then I will have to do further changes and re-upload the app to the play-store. I was wondering , if there is any other

Remove APK from library in Google Play Developer Console

做~自己de王妃 提交于 2019-12-05 08:20:59
问题 Is there a way to remove an APK from the library in the Google Play Developer Console? To make sure: I don't mean to revert to an earlier version or unpublish an app, but to remove it from the list that can be seen after clicking on "ADD APK FROM LIBRARY" in Release Management>App Release. The version that I want to removed has not been used in any form of release. 回答1: Just go to Artifact library and remove needed apk . You can do it for these steps: -> Open Google Play Console -> Your

Gray Box thumbnail icon Google Play Developer Console

半城伤御伤魂 提交于 2019-12-04 21:39:34
问题 i have a problem in the Google Play Developer Console. After i had uploaded a new update of one of my apps, the thumbnail icon of this app in the "All Applications" page changed to this. I had set a different icon both on android manifest and "Store listing" page. 回答1: I have the same thumbnail for my app as well, for which I published an update one hour ago. This was a staged release, so it might be a new symbol indicating such a staged release. 回答2: I have the same thumbnail icon in my

Unknown error when creating a new project in Google API

蹲街弑〆低调 提交于 2019-12-04 11:15:42
I am getting this error when I try to create a project in console.developers.google.com . I have 8 more projects left in my quota. I have tried different names and different project IDs. When I hit the "retry" button it shows the error after some time again. UPDATE [Oct 9, 2017] : It looks like Google fixed the issue, since I was able to create a new project today. I went ahead and attempted to create a new project in the Google API, and received the same error. This has occurred before with the Google API and is considered a temporary issue, often being fixed the same day. But if I remember

The application could not be saved. Please check the form for errors.?

牧云@^-^@ 提交于 2019-12-01 15:02:01
I am trying to update an application in my developer Console , but this is the error I am getting when trying to publish it after uploading the apk. The application could not be saved. Please check the form for errors. I had the same problem and figured out what I should do. If you click Save as Draft it will take you back and show you the error. In my case it was the target SDK version being lower than what was in the previous version of the app. I had to add a Privacy Policy before I could Unpublish my app. (That is under Store presence > Store listing , at the bottom) I found that in the

The application could not be saved. Please check the form for errors.?

倖福魔咒の 提交于 2019-12-01 13:53:30
问题 I am trying to update an application in my developer Console , but this is the error I am getting when trying to publish it after uploading the apk. The application could not be saved. Please check the form for errors. 回答1: I had the same problem and figured out what I should do. If you click Save as Draft it will take you back and show you the error. In my case it was the target SDK version being lower than what was in the previous version of the app. 回答2: I had to add a Privacy Policy

Crashes in Google Play Developer console vs Crashlytics Console

吃可爱长大的小学妹 提交于 2019-11-30 22:08:54
We have an Android App on Google play store . The Crashes & ANR section of the app lists only a handful of top crashes where as our Crashlytics console lists a total different set of crashes - I mean that only few of the top crashes in Crashlytics are same as one in Playstore. One of the reasons can be that our App is also distributed via an Enterprise store private to our customer's setup. 1. Do these crashes also get shown up in Google Play Dev Console ? 2. Also if I can get all the crashes in Play Dev Console as I see in Crashlytics. ? I have used Google Play, Crittercism, Crashlytics and