The google-apps-marketplace tag has no wiki summary.
9
votes
2answers
626 views
Testing Android Market in-app billing with dummy credit card credentials
I have configured an Android application to use the in-app billing module as documented at:
http://developer.android.com/guide/market/billing/index.html
It works fine when tested using the UK ...
4
votes
3answers
478 views
Marketplace app + Provisioning API: check if user is admin
I'm trying to check if a user is admin of their Google Apps domain, in an app installed from the Google Apps marketplace.
I added this to manifest.xml:
<Scope id="Provisioning API">
...
3
votes
1answer
329 views
Android Marketplace crawler?
I am working on a project. I need help crawling the android marketplace and retrieving absolutely everything possible. I found many third party crawler api's which help with this. However there a ...
2
votes
1answer
43 views
Carry data from start of authentication process to end of process
I am developing a Google Marketplace App. I am using PHP.
I am trying to have an access point to my app which doesn't require the user to have logged into my app (or possibly even Google Apps for ...
2
votes
1answer
271 views
Creating a simple Google App using ASP.NET
We are working to integrate one of our client's existing accounting system into Google App. Eventually we need to list it on Google App Marketplace.
Here is what we have already done:
Downloaded ...
2
votes
2answers
356 views
Google Apps Marketplace - SSO for Google App Engine Java application
I don't directly get logged into my app when my navLink in "More" section of Google's universal navigation bar in a Google Apps account is clicked, instead the login page of my application is shown.
...
1
vote
1answer
53 views
unable to refresh the text and screenshots associated with an application published in android marketplace
After publishing an application - I realized I had to make changes/improvements to the Description and the Screenshots - so I made the changes and saved in the Developer Console. The changes though ...
0
votes
1answer
42 views
How to test SSO for Google Apps marketplace without Google App account
Is there possibility to test application before posting it to Google Apps marketplace for approving?
As I know, basic requirements is to support Single SignOn, but if I currently haven't Google app ...
0
votes
0answers
37 views
Google marketplace apps integration
I have a web app where-in all users and group emails under a google apps account are being fetched using provisioning API.
When a user inputs a team email address in UI, it is automatically expanded ...
0
votes
1answer
51 views
Is it possible to use Google Apps Marketplace with Oauth2 and OpenID
I have website which uses Oauth2 for communication with Google APIs. And it works fine.
Now i need to make it "Google Marketplace compliant" to be listed there. Googles docs says about Oauth or ...
0
votes
1answer
43 views
Best practice - Google apps integration
I need to provide auto-completion of email addresses from google contacts in my web app.
I can think of possibly two approaches for achieving this:
Make request to google's server each time google ...
0
votes
0answers
39 views
Market requires the minSdkVersion to be set to a positive 32-bit integer in AndroidManifest.xml
We get this message every time time we try to upload our apk.
"Market requires the minSdkVersion to be set to a positive 32-bit integer in AndroidManifest.xml."
We have search and found many answer ...
0
votes
0answers
198 views
compatible-screens in android manifest - Filtering too many devices incorrectly?
I used <compatible-screens> as documented here http://developer.android.com/guide/practices/screens_support.html and I found some odd behavior.
Incorrect behavior: Including all possible ...
0
votes
2answers
32 views
Can I access headers of all the emails sent within one “Google Apps” domain?
I would like to create a live visualization of all the mail communication happening within one "Google Apps" domain used in my organization.
Is there any API which I can use to get a live callbacks, ...
0
votes
1answer
34 views
Namespace value not being set when GAE app invoked from Google Apps
I have integrated the app with google apps marketplace. When the app is invoked from drop down "more" link on google apps(universal navigation bar), i expect the apps namespace key to be automatically ...
0
votes
0answers
22 views
Google Marketplace (Alpha Launch?) [closed]
I am a developer and I want to put my app on Google Marketplace and have it be accessible only to the domains I specify.
Just to be clear - I want to it to be accessible outside my domain, to the ...
0
votes
0answers
198 views
Gmail Contextual Gadget SSO
I'm trying to authenticate, with SSO, a Gmail Gagdet (Google Apps Marketplace) against an AppEngine app, but I'm facing some doubts.
I created Gadget Spec, installed my application from a private ...
0
votes
1answer
65 views
Question about setting up Google Analytics with Google Apps Marketplace
I'm not sure if this is the best place to ask this question but if theres anyone who would know this is SO. If not, where is the best place to ask this question?
At the bottom of vendor profile when ...
0
votes
1answer
48 views
How can I add my application in Google App
Can you help out me in detail that, how can i add/list my web application in Google App or Google Apps Marketplace for Google App users. Here my web application has own domain and want to make it ...
0
votes
1answer
98 views
How do I make my website available in Google Apps Marketplace?
I have developed a management tool web site using ASP .NET.
Currently users register in the site to use the service. I would like to move it to Google Apps Marketplace. So that it would be ...
0
votes
1answer
542 views
RuntimeException: com.google.gdata.client.authn.oauth.OAuthException: oauth_token does not exist
I'm trying to get the admin state of a user on a Google Apps domain.
I therefore have put the CONSUMER_KEY and CONSUMER_SECRET I got from the Google Marketplace's listing of my App into my Code.
...