Google app marketplace sdk setup url stopped working - google-apps-marketplace

Till very recently this feature was working where on app installation, the user was either presented an option to do the setup or automatically redirect the browser to the setup url. Now, it completely stopped working. Is anyone experiencing the same? If not, please let me know on how to debug this issue. Appreciate any help.

Related

"App not found, Please verify..." when launching from Visual Studio, but installs normally from Developer Portal

I'm currently learning Teams development and I just installed the Teams Toolkit extension. Following the quickstart guide, launching the app opens my browser with the Teams web app and the message
App not found, Please verify the app and it's[sic] access
permissions.
Fortunately, this app can still be launched when selecting the "Preview in Teams" option in the Developer Portal.
Quoting the GettingStarted.txt:
If you Start Debugging in a browser and Teams shows the message "App not found, Please verify the app and it's access permissions", it means the app hasn't been uploaded to Teams Dev Portal. To resolve this, follow the steps in the Quick start section above. The Project > TeamsFx > Configure for SSO menu command will do this step for you.
Except it was successfully uploaded to Dev Portal.
What I did
Did this "Configure for SSO" thing. No problems with that and the app was successfully added to the Developer Portal.
Where I searched for an answer
VS Marketplace page for Teams Toolkit (Reviews, Q&A)
Github page (issues) for Teams Toolkit
This very site - Stack Overflow.
Obviously, I'm not 100% sure that I haven't missed anything.
Temporary solution
In the meantime, I set the "launchBrowser" property to "false" in launchSettings.json. However, it's a waste of time to constantly go back to the Developer Portal to launch it, especially when the functionality is there.
Visual Studio 2019, Microsoft Development Account.
Thanks in advance.
We tried to repro this issue at our end and it is working fine for us. Could you please make sure app is opened in same tenant with which you configured for SSO. Also please remove all credentials from cache to make sure its not taking another credentials and try again.
Assuming nothing else was changed from the new project template, there are a few things you can try to narrow down the issue.
Open your browsers web dev tools and watch the console after clicking the Add button (before you see the error message). Sometimes a useful error message from the developer portal helps identify the issue.
Verify that when Visual Studio launches the URL, the correct tenant is loaded in Teams.
Run the project in VS, then manually navigate in your browser to the endpoint of your tab that you expect to work. It would be something like https://localhost:44357/tab by default (the value is in the manifest.json). The sample won't work completely because it's not running inside Teams, but you should be able to verify it's working locally.
If none of that helps, please log an issue on the GitHub page and we can investigate a bug.

Playstore: Couldn't upload, try again

I'm trying to upload an app to Google Play-Store but I'm getting the error message below without any further comments:
Couldn't upload. Try again.
I have uploaded numerous apps to Play-Store in the past. I'm not exactly sure why this one isn't going through. The apk in question is a signed-release apk. I'd appreciate some help on this. Kindly find below a screenshot from the Play Store page.
This was a very weird fix but I eventually did it by switching to the old console. The apk file uploaded successfully immediately I did. The link to the old console can be found on the navigation drawer to the left.
Drawer > Use classic Play Console
Sadly, Google is killing the old console as from November 2, 2020.
Using the Incognito Mode worked for me as per this Answer
I was able to fix it, here are steps you need to perform
Switch to old console
Remove any old pending releases
Switch back to new console
It should work now!

Microphone Permission on Firefox Mobile not permanent

I am facing an issue with our web tool that I am unable to solve. I already tried to google a solution but failed to find one.
We have a website where we use JavaScript to record audio from the users microphone via getUserMedia. The first time the user enters a html page on the https website, there is a notification popping up about permission rights. Thats fine, but on Firefox Mobile it doesn't matter if you gave your permission already, you will be asked on every single page again. Thats not the case for every other browser we tried.
So, is this some kind of our error or is it a limitation of Firefox Mobile?
Hope anyone solved that issue already in the past.
Best regards,
Daniel
It's a limitation in Firefox for Android (fennec). It intentionally asks users each time.
It's being solved in the next generation version, available in beta as Firefox Preview (fenix). The prompt there adds this checkbox, similar to Firefox for desktop:
☐ Remember decision for this site

Not able to open LUIS application on new portal

MS has changed their LUIS portal. Now I am facing issue in opening the lUIS application. It stuck right on the page where all my LUIS applications are visible. Screenshot is shown below where it hangs. Is there some issue with new portal? Please help if someone has the solution to this issue?
Can you confirm that refreshing the page, or opening in a private browser window doesn't resolve the issue you're seeing?
If not, contact us at lusupport#microsoft.com and we'll try to help you diagnose further.
I knew it later that issue was occurring only in office intranet. There was no issue at home internet. I got it resolved by updating some privacy certificates.

Create Android OAUTH client fails with: "An unexpected error occurred. Please try again later. (4800001)"

So I am trying to setup Google Play Games Services in the Google Play Developer Console.
This worked for me yesterday.
Today however, when setting up another app, and trying to link an android app to the games services, I get this error:
An unexpected error occurred. Please try again later. (4800001)
I got this in:
Google Play Developer Console -> Games Services -> [game] -> Linked Apps -> STEP 2 Authorize your app.
This happens regardless which key I try, my release key, or my debug key.
I don't understand why this would be happening, as it was working yesterday, albeit for an app without real-time multi player. The app I am trying to setup now needs real-time multiplayer, but I'm not sure whether this difference is the cause of it. Maybe servers at google are down?
I get the error each time I try, regardless which browser I use, or which OS. I tried on Ubuntu Firefox and OSX Safari.
This was a temporary breakage in the Google Play Developer Console.
They fixed it today, by rolling back changes to the console, see:
https://github.com/playgameservices/android-basic-samples/issues/153#issuecomment-134749998
I opened https://console.developers.google.com/ page and successfully registered my app there while I was having same issue as you.

Resources