Questions tagged [developer-console]

Used for Google Developers Console

214 questions
0
votes
1 answer

Developer console

Hello I came across jobs where you let others to publish their apps in your developer console and they give you money and is this harmfull for your account? Why don't they just buy their membership with this money?
0
votes
0 answers

Getting "internal error" / an unknow error occured with API access google console

I am trying to connect a Google Cloud Project with my Developer console in order to handle IAP´s. I tried: Creating a new project Linking a existing one I always receive An unexpected error occured. Please try again (some error code) In the web…
0
votes
1 answer

Google Developer Console - how to edit app usage instructions after release is created?

When creating a new app release on Google Play, you are asked to give instructions on how to use the app if necessary. I am working on an app that requires login. So I entered the information on how to acquire login credentials, and moved on. Only…
michpohl
  • 852
  • 8
  • 30
0
votes
0 answers

Is there a way to change the package name after I uploaded my apk for closed testing?

I uploaded my apk to the google play console and made a test track and released on this test track. But our client wants have their own developer account and release it on that account. Since the app is alread released with a packagename I was…
anonymous-dev
  • 2,897
  • 9
  • 48
  • 112
0
votes
0 answers

Showing user Internet disconnected error which can be seen on console

Is there a good way to notice the internet disconnected error on console and display this to users on the page? I have this errors on console when I unplug…
0
votes
2 answers

Is it possible to print out something in the browser debug console, so that when clicked on, will invoke a function?

While debugging, I might have an element el, and I can print it out using console.log(el). There can be 50 or even 100 of them, while debugging. Can I print out something in the debug console in Google Chrome, so that when I click on it, will make…
nonopolarity
  • 146,324
  • 131
  • 460
  • 740
0
votes
1 answer

Can I keep alpha or beta version when I release productive one?

I have uploaded a new alpha version of my Android app in the developer console, which provides a new database version. Now I also have to update the productive release, because of an error - but do not want to include the other stuff of the alpha…
0
votes
1 answer

Apex Class and Apex Trigger is invisible in Salesforce Developer Console

I want to write a Apex code and debug. I logged-in Salesforce and inside Salesforce Developer Console, Apex Class and Apex Trigger is invisible. I am not able to click that. Path : Salesforce Developer Console > File > New > Apex Class / Apex…
0
votes
1 answer

Google Maps React - This page cannot load google maps correctly

I'm sure this question has been asked a million times before, I have searched every answer on the internet and i'm still having no luck. The error is actually this - You must enable Billing on the Google Cloud Project at …
Alexander Dunn
  • 123
  • 4
  • 22
0
votes
1 answer

Watch webpage for any javascript variable change in chrome or firefox

I would like to watch for any variables that change on a webpage using chrome or firefox (or any browser). Is there an extension or method to do that? E.g. If a webpage has a few hundred variables, I would like to know when x or any other variable…
hitwill
  • 575
  • 1
  • 9
  • 25
0
votes
1 answer

What would prevent angular.element().injector() access from browser console when production mode is enabled

I did this in my code for the production $compileProvider.debugInfoEnabled(false) angular.reloadWithDebugInfo = angular.noop Due to the above code when I run this script in the browser console then angular.element(document.body).scope() // output…
Fawad Mukhtar
  • 780
  • 5
  • 9
0
votes
0 answers

Publishing Android App Update for certain users only

Is it possible publish an android app update to users of some custom defined segments only? I know you can for instance remove the support for a specific version of Android and then the update will not be visible to the android users running that…
Hamady C.
  • 1,205
  • 11
  • 13
0
votes
2 answers

"Value below was evaluated just now", what does it mean?

Folks! I am trying to list down what happens behind the scenes when new keyword is used to create an instance. Here is what my code looks like function F() {} let f1 = new F() f1.__proto__ When I understood so far is that when new is used, a new…
daydreamer
  • 87,243
  • 191
  • 450
  • 722
0
votes
1 answer

Disabled form input and user modification using developer console

I'm trying to make an webform pre-filled data from db and disable most of them while only allowing user to re enter certain fields. I was simply setting unallowed fields as disabled but I found out that if you remove that attribute from the tag you…
STVN
  • 85
  • 10
0
votes
0 answers

Stuck in Gmail API authentication process in Developer Console. Service Unavailable

Pretty strait forward. I have my gmail account, and want to enable the Gmail API in the Google developer console / APIs/Library. However every time I try to the enabling process will spin for a bit and then tell me the service is unavailable. I've…
T__
  • 1
  • 1