List Google Hangouts App on Google Apps Marketplace - 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.

Related

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

Mobile Chrome Apps payments API

I'm working on publishing my Chrome App to Google Play using the Chrome Apps for Mobile tools.
As Mihai Ionescu mentioned, there are two Google Wallet Merchant APIs: Google Wallet for Digital Goods API (used for Chrome Web Store apps) and Google Play In-app Billing API (used for Android apps). As far as I'm located in Belarus, Play API is supported for my country, but Digital Goods is not, though the Supported Locations table doesn't mention any API differences.
Mobile Chrome Apps Payment Plug-in ReadMe says:
This plugin allows you to sell digital and virtual goods within your app. It is built on the Android In-App Billing API and the iOS In-App Purchase API. It provides a JavaScript interface similar to the Chrome Apps Google Wallet for Digital Goods API, so that you can use the same API in both a desktop and mobile Chrome App.
Questions
What exact API (Google Play or Digital Goods) is used for mobile Chrome Apps and can I really use one merchant API for both mobile and desktop versions?
If different APIs are used, is there any way for a desktop Chrome app to check that a user has purchased the mobile version via Google Play?
For mobile, you will use Google Play In-app Billing API, as the item will ultimately end up on the Google Play Store. Regardless of the API, you will only need to create a single Google Wallet Merchant account to sell your goods, thus using a single Merchant Id.
Unfortunately, there is no way to verify a user's purchases within the app on different platforms (web vs mobile).

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

Embedding Google+ Hangout App in web application

Is there any way to embed a Google+ hangout app in a PHP-based website? Can I load the app inside an iframe without having to land on Google+ hangout page? If so, how?
Not really. Launching a Hangout Video Call from your own website is possible, but without special coordination with Google, it will open it in its own window/tab.
See http://www.youtube.com/watch?v=Al4SbeVyLm4 for further information about how to start a Hangout Video Call from your own website.
After doing some research I found out that we can not embed a Google+ Hangout in our application. We can only do that inside a Google+ hangout page. There's an active issue tracker opened on code.google.com where you can vote up and comment so that Google can release this feature in the coming API releases.

Facebook API Implementation in Windows Phone

I have an application. I have created a facebook page for it . Now when I look at the Facebook API , It asks me this
1)Select how your app integrates with Facebook
Website with Facebook Login(Log in to my website using Facebook.),
App on Facebook (Use my app inside Facebook.com.),
Mobile Web (Bookmark my web app on Facebook mobile.),
Native iOS App ( Publish from my iOS app to Facebook.),
Native Android App ( Publish from my Android app to Facebook.),
Page Tab (Build a custom tab for Facebook Pages.),
2)What exactly I want to do is when my user opens up my app for the first time, I want to use his credentials and post using my app on his behalf.
3)I want to implement the API so that after the user allows my app to connect to his profile, I use my app while he shares anything through my app to post on his behalf.
Kindly help me in all these circumstances with the perfect code as I am novoice to OAuth
Take a look on official Facebook C# SDK Sample for Windows Phone 7
https://github.com/facebook-csharp-sdk/facebook-windows-phone-sample

Resources