This folder contains examples for the Android Publisher API.
-
androidpublisher-batch-update.php – Batch update of one-time products using JWT Bearer authentication. Run from the command line:
php androidpublisher-batch-update.php
See the main README for setup (service account credentials, etc.).
-
Follow the Installation instructions.
-
Run the PHP built-in web server with the
-toption pointing to this directory:php -S localhost:8000 -t examples/
-
Open
http://localhost:8000in your browser.