0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ローカル実行でAndroidアプリの課金をテストする

Posted at

debug証明書を使用したビルドでは課金のテストはできませんが、release証明書を使用すればAndroid Studioのローカル実行で課金をテストすることができます。
Google Play アプリ署名を有効にしている場合でも、アップロード証明書で署名すれば課金をテストできます。

以下にGUIを使用した手順を紹介します。

  1. Android StudioでBuild Variantrelease に設定しておく
f1.png
  1. File -> Project Structure -> appモジュール -> signing でアップロード証明書の情報を入力する
f2.png
  1. Build Typesタブに移動し、Signing Configに↑で作成したものを設定する
    必要に応じて debuggabletrue に設定する。
f3.png
  1. Android Studioからアプリを実行する
f4.png

もちろんreleaseビルドの証明書の設定などはbuild.gradleを手動で修正しても構いません。

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?