¡@

Home 

2014/10/16 ¤W¤È 08:14:42

android Programming Glossary: http_transport

Unable to get the subscription information from Google Play Android Developer API

http://stackoverflow.com/questions/11115381/unable-to-get-the-subscription-information-from-google-play-android-developer-ap

to get information about user's subscriptions purchased in my android app. Here is how I'm doing for now HttpTransport HTTP_TRANSPORT new NetHttpTransport JsonFactory JSON_FACTORY new JacksonFactory GoogleCredential credential new GoogleCredential.Builder.. JsonFactory JSON_FACTORY new JacksonFactory GoogleCredential credential new GoogleCredential.Builder .setTransport HTTP_TRANSPORT .setJsonFactory JSON_FACTORY .setServiceAccountId GOOGLE_CLIENT_MAIL .setServiceAccountScopes https www.googleapis.com.. new File GOOGLE_KEY_FILE_PATH .build Androidpublisher publisher new Androidpublisher.Builder HTTP_TRANSPORT JSON_FACTORY credential . setApplicationName GOOGLE_PRODUCT_NAME . build Androidpublisher.Purchases purchases publisher.purchases..