Skip to content

Commit

Permalink
fix: Add appstore settings to katana.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Jun 23, 2023
1 parent 012abf3 commit 348fafa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/katana_cli/lib/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,18 @@ purchase:
oauth_client_id:
oauth_client_secret:
refresh_token:
# Configure settings for AppStore billing.
# Follow the steps below to configure the settings.
# 1. Register your tax information and bank account to activate [Subscription]->[Paid Apps] in the AppStore.
# 2. Get it from [AppStore]->[App Info]->[Shared Secret for App] and put it in `shared_secret`.
# AppStoreの課金を行う場合の設定を行います。
# 下記の手順で設定を行います。
# 1. AppStoreの[契約]->[有料App]をアクティブにするように税務情報や銀行口座を登録します。
# 2. AppStoreの[アプリ]->[App情報]->[App用共有シークレット]から取得して`shared_secret`に記載します。
app_store:
enable: false
shared_secret:
# Configure billing settings for Stripe.
# Stripeの課金設定を行います。
Expand Down

0 comments on commit 348fafa

Please sign in to comment.