0
votes

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

enter image description here

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!

1

1 Answers

0
votes

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