Skip to content

serverside solution for checking Google in App purchase using Android Publisher API

Notifications You must be signed in to change notification settings

aap17/ruby-google-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ruby-google-client

Ruby on Rails клиент для Google In-app billing API

Есть 2 варианта работы:
A. Простая проверка встроенных покупок.
B. Проверка с кэшированием запросов.
Подробное описание происходящего ищите в статье для журнала Хакер.

About

Sample for using Google In-app Billing API on a server side with Ruby on Rails. It can check consumable payments and subscriptions inside your Android application. Works with new Google API Library, version 0.11 and above.

Prerequisites

You need to create own service account. Good HowTo here.

Two options:
A. Simple checking demo.
B. Checking with caching. Google limit free requests to 200k/day. So it's nessasary caching to avoid repeated requests. I've made simple DB, it's oblioviosly not the best but works.

Enjoy!

About

serverside solution for checking Google in App purchase using Android Publisher API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages