How to use Google Apps device policy in Android.
what are the methods we need to use to provide google apps device policy in Android?
You can refer to some basic official documentation (also take a look here). Being a security product, you cannot directly (in code) implement changes for GADP on your device.
Related
I would like to make an app that pushes Google Now cards to the Pebble SmartWatch. Is there a way to access Google Now cards programmatically? I'm guessing from my googling that it's not officially supported, but have people found out any undocumented APIs that access this information?
AFAIK there are no official or unofficial APIs as of now to retrieve the Google Now cards, and there are unlikely to be as it is a proprietary app by Google that gives them a competitive advantage, and not part of the AOSP Android.
I want to add in app purchases to my Android app. I know I can use Google In-App Billing API, but I want to know if there are other libraries I could use that provide a more complete solution so I don't have to write as much code. I know there is Urban Airship but their fees are high. Anybody know of anything else? Are there any big names? Ideally, user would be able to pay using a variety of payment methods. Support for iOS would be nice.
Please note that Google policy differs between paying for virtual goods where you have to use Google APIs, or paying for physical goods where you can use other 3rd parties.
Also some countries are not supported by Google checkout so I guess in these countries you can use 3rd party also for virtual stuff.
This is a direct question so I will use my own company to answer
You can try ZooZ, both for Android and iOS
www.zooz.com
Does exist some software for developers that is able to upload applications into Android Market (Google Play)? I want to automate this process, because I have very many apps in Market. Official or unofficial, no matter.
The API (http://code.google.com/p/android-market-api/) here is for emulating the android marketplace to pull data. You'd have to mimick the login onto the android marketplace developer center then use some kind of DOM Crawler like (symphony dom crawler to navigate and use GET/POST to mimick the calls for uploading).
Login to Google with PHP and Curl, Cookie turned off?
I'm not aware of any official API that allows this. I doubt Google would be keen to implement it as it could encourage submission of vast numbers of auto-generated apps.
The nearest I've seen is this unofficial API to read data, but as far as I'm aware there's no facility to submit apps:
http://code.google.com/p/android-market-api/
Google has presented a new API to work with Google Play Developer Console. Here is the link for it's description: https://developers.google.com/android-publisher/
If i target particular phone to develop application then i need to know full features of that phone. So if i need to know which google apis are installed in that phone, how can i know?
In mobile specification site they don't provide this information.
so is there any other way to know which google apis are provided by the manufacturer?
Thank you.
Check whether the class you want to use is available like this
Class.forName(theclassnameyouneedasasstring);
eg for Google maps
Class.forName("com.google.android.maps.MapActivity");
Did google provide some special things or how do you add Adv. in your apps?
There is no built-in API for using advertising; that was probably considered to be excessively monopolistic or anti competitive. There are, however, multiple providers for advertising for Android platforms; the one that is owned by Google is AdMob. There ought to be some documentation on their site as to how it works.
AdMob is one of the more popular in-app advertising SDK's and has been acquired by Google. I'd sign up for an account and take a look at their developer wiki and docs.
AdMob is One of the best api to put add to your application
Here is link:
https://apps.admob.com/admob/signup