How to open Google Playstore > account > subscriptions section directly? - google-play

I try to open Google Playstore > account > subscriptions section directly in my app.
I know there is an app scheme that starts with market://, but I don't know the detailed address.

Related

Updating Privacy Information

I'm getting ready to release a new version of my app that has completely eliminated all Google Firebase services and I would like to update my app's information accordingly Now no user data is collected at all, but when I originally submitted the app I disclosed what information was being collected in order to use Firebase services. I've searched all over the Google Play Console and I cannot find any place to change this information about my app. Is it possible or will I need to submit a new app?
there are two places you need to modify:
from Google Play Console chose the app then > App Content > Data Safety
this is a new thing in Google Play Console
from Google Play Console chose the app then > App Content > Privacy Policy
You should update your privacy policy to reflect that you are not collecting any data any more

can't send messages to created bot?

Okay, so, I'm trying to create a QnA bot with Azure and Microsoft Bot Framework. I think I managed to create it and got it linked to Teams, but when I go to Teams to test it, it gives me this message in the chat box:
"Sending new messages to this bot has been disabled by your administrator."
I'm not sure what I did wrong or how to fix it. I'm also not sure how I can link a bot I made with QnA Maker into the bot I just created with Azure. The tutorials I found online all talk about using Bot Service (preview) in Azure, but I can't choose that one from the available list.
Thanks in advance
Your Tenant Admin needs to go to the Teams Admin Centre:
Open the Teams Apps pulldown
Select Permission Policies
Click the "Org-wide app setttings" button in the top RH corner.
This shortcut will get them there: admin.teams.microsoft.com/policies/app-permission
From Org-wide app settings turn on one (or both?) of "Allow third party or custom apps", or just "Custom apps" (I'm not sure which it is these days) and then click Save.
Be aware that replication delays could take some hours or even overnight before this change manifests to you as a user though.
This is because your Office 365 admin has not enabled side-loading of Apps in MS-Teams for your user.
Ask the Admin to allow Side-Loading of Apps for you in the Admin console on the O365 dashboard.
I had the same problem. The tutorial is old
In Azure Portal, When creating, try to go to
AI + Machine Learning > Web App Bot
And Select Q&A if you are using QnA.
Then in Application Settings, scroll down and you will find
QnAKnowledgebaseId(1)
QnAAuthKey(2)
QnAEndpointHostName(3)
You put all the information you get from QnA
POST /knowledgebases/(1)xxxxxxxx/generateAnswer
Host: (3)https://xxxxxx
Authorization: QnAEndpointKey (2)xxxxxx
Content-Type: application/json
{"question":"<Your question>"}
I've had the same problem, it seems like the administrator needs to allow sideloading of apps.
see here:
https://learn.microsoft.com/en-US/microsoftteams/teams-app-permission-policies

No SSO integration as your application does not populate the Universal Navigation Link

I am integrating Google Apps Marketplace SDK for my application.
In the Extensions section i have selected "Universal navigation extension" and entered link like "http://spring-bok.com".
After published my application in GAM i am getting a reply mail from esupport#google.com saying that "No SSO integration as your application does not populate the Universal Navigation Link."
How do i activate UNL,Please help me out.
Set up a Google API project for your app before it can make any API calls, so this usually the first step in developing a MArketPlace app.
Select the services to use, go to Google Developers Console and enable the Google Apps MarketPlace SDK , and enable the APIs or SDKs for any other services that your app requires.The app can only access Google services if you enable them.
Check out the Official Google Documentation on how to set up our project: https://developers.google.com/apps-marketplace/preparing

Cannot submit app to google app marketplace

I am integrating google app marketplace SDK to my web app and publishing it to chrome web store as specified here
I have published the app to restricted users (domain users only) to test the workflow.
The app is published to the domain users but when I access it and click to install, it adds as a chrome extension but I cannot access it as a Google Marketplace app.
For marketplace integration, I have created a project under Google APIs Console and enabled Google Apps Marketplace SDK. If I click the "Test Install Flow" button
the app is successfully installed as a marketplace app which I can access from universal app navigator of my domain email.
Question
Is this the best way I can test whether the app installs as a marketplace application for restricted users? Can I not see it added by directly installing it from the published url?
I have gone through a few links which mention that it is now not easy to submit app to marketplace unless you use atleast one of the Google Services APIs and get through the Google Apps Marketplace Listing Review Request.
Can not post Google Apps Marketplace Listing Review Request for API Project
How to create listing on google apps marketplace?
If I do not intend to use any of the Google Services APIs, and just use Google App MarketPlace SDK, will I not be able to get the app listed in marketplace?
Any help is much appreciated!
Assuming you have added both "DOMAIN_INSTALLABLE" and "GOOGLE_DRIVE" in your mainfest.json file. Try adding "app" section to the manifest. See https://developers.google.com/chrome/apps/docs/developers_guide

List Google Hangouts App on Google Apps Marketplace

We have developed an app using Google Hangouts API.
Now we want to list it on Google Apps Marketplace.
We have tried to add the Google Apps Marketplace SDK service to the app but it erases the settings of the Hangouts API page. These two services don't seem to work together.
Does anybody know if this can work? How long does Google usually take to reply to the Listing Review Request form?
The Listing Review process is a reactive process after your app is already published in the Google Apps Marketplace (via the Chrome Web Store)
Have you already listed the app on the Chrome Web Store?
Currently you cannot list Hangout Apps on the Google Apps Marketplace. In order for users to launch your Hangout App, use the the Hangouts Button.

Resources