Questions tagged [developer-console]

Used for Google Developers Console

214 questions
0
votes
0 answers

Why element is not rendered after appending to its parent

I'm exploring SVG manipulation with plain JS. Here below the code I created (svg image is just something random for testing purposes): const svgCode = `
martin.p
  • 331
  • 3
  • 16
0
votes
0 answers

Rest API to get Android apps Statistics from Google Play Developer Console

I'm looking for a Rest API to retrive all the statistics of all my apps in the Google Play Developer console and use them to generate a dashboard. I'm looking for a way of get "Installed Audience", "User Acquisitions", etc Exaclty what Google Play…
Mark Comix
  • 1,878
  • 7
  • 28
  • 44
0
votes
1 answer

How to execute this three year old code on Salesforce CRM?

I am trying to upload and execute the following three year old code (which was created on someone else's Salesforce developer console). I have the code but the execution/creation of custom objects etc. is confusing me and I cannot figure out how I'm…
0
votes
0 answers

while running nmake the nmake.exe is picking up from x86 path resulting in error: module machine type 'x64' conflicts with target machine type 'X86

trying to build perl in windows x64 machine using nmake in VS 2022 developer command prompt , while running nmake the nmake.exe is picking up from x86 path resulting in error: module machine type 'x64' conflicts with target machine type 'X86' i have…
0
votes
1 answer

Device not compatible for app on play store

I developed app in unity and upload its .aab file to publish it on google play store. Now my app is live on play store but it is showing device not compatible for app. I really don't know the solution. please help me. Unity version- 2021.3.5f1 min…
0
votes
0 answers

How to edit developer console on mobile?

I haven't any PC. I enable developer console by Edura apps. But I can't edit any code on it. Is there any option to edit dev console on mobile?
0
votes
0 answers

Custom Import in AWS developer console, beautifulsoup4

This question was asked before but never answered well: I need beautifulsoup4 to scrape through a websites HTML and get information. I want to use that information in my Alexa-skill. How do I import/use bs4 in my Alexa developer console? I've…
0
votes
0 answers

Are Developer Console - Statistics/KPIs accurate?

I've been observing KPIs on Developer Console for a very long time and some statistics looks very inaccurate. For example my "New Users Aquired" and "User Loss" always has a difference like -100. If I have for 1 Day 300 New Users, that means my…
0
votes
0 answers

Any way to get my .ROBLOSECURITY Cookie from Browser Dev Console?

Is there any way to see my .ROBLOSECURITY in the dev console with any javascript code? I've tried localStorage.getItem('.ROBLOSECURITY') but, the Cookie is not storaged in the browsers localStorage. Any help or any alternative methods?
Slaughter
  • 1
  • 2
0
votes
2 answers

How can I disable the rounding of buttons on a website through a Chromium browser?

I'm looking for a way to disable the rounding of all buttons on a website through the developer console. Thus far, nothing seems to work. Can the button style be overridden across the entire script using Javascript? Thanks in advance.
0
votes
0 answers

Can I update/replace an unpublished app with a completely different app on Google Play?

I have several unpublished apps in my Google Play Developer Console because they're old, irrelevant, and have 0 downloads. Now I wonder, can I update or replace it with a completely different app with a different name but the same package name? I…
0
votes
3 answers

Cannot read properties of undefined (reading 'signIn')

I have a simple login with google functionality. Here is the code: dashboard.ts import { Component, OnInit } from '@angular/core'; import { SocialUser, GoogleLoginProvider } from 'angularx-social-login'; import { SocialAuthService } from…
0
votes
1 answer

How should I handle Google Play requesting data safety forms for long-unpublished / EOL apps?

Some background: over 10 years ago, I published a few apps to the Play Store (or, Android Store as IIRC it was called at the time). They were used to help navigate the London Underground. These were live for about a year or two until their…
0
votes
1 answer

How to prevent an error to occur in a script appended in chrome developer tools?

I have a script which I want to run it throw the console of developer tools. The script is a fetch to an url: www.not-my-website.com/page-1/ Further, the www.not-my-website.com/page-1/ redirects to…
Andrei
  • 160
  • 2
  • 14
0
votes
1 answer

Can see website functions and run them from console?

Javascript question here. Should one be able to see a script tag in the body of the developer console and then run those functions directly on the website? It seems like this is a security issue and there should be a way to prevent this displaying…
thinker
  • 167
  • 3
  • 10