ホーム/移动开发/gpd-ppp-pricing
G

gpd-ppp-pricing

by @rudrankriyamv
4.6(10)

サブスクリプションおよび単発製品の地域別価格設定に使用され、異なる地域での製品価格の差別化を保証します。

App Store ConnectPPP PricingIn-App PurchasesGlobal PricingGitHub
インストール方法
npx skills add rudrankriyam/app-store-connect-cli-skills --skill gpd-ppp-pricing
compare_arrows

Before / After 効果比較

1
使用前

GPD地域別価格設定ツールがない場合、異なる地域のサブスクリプションおよび単発製品に差別化された価格を設定するには、手動での調整が必要であり、時間がかかり、エラーが発生しやすいため、きめ細やかな価格設定と市場競争力を実現することは困難です。

使用後

GPD PPP価格設定機能を使用することで、開発者は世界中の異なる地域の製品にパーソナライズされた価格を簡単に設定でき、価格戦略の柔軟性と市場競争力を確保し、収益とユーザー満足度を向上させることができます。

description SKILL.md

gpd-ppp-pricing

PPP Pricing (Per-Region Pricing)

Use this skill to set different prices per region for subscriptions and one-time products.

Preconditions

  • Ensure credentials are set (GPD_SERVICE_ACCOUNT_KEY).

  • Use --package explicitly.

  • Know target region codes and price micros.

Subscription base plan pricing

Migrate prices for a base plan

gpd monetization baseplans migrate-prices --package com.example.app sub123 plan456 --region-code US --price-micros 9990000

Batch migrate prices

gpd monetization baseplans batch-migrate-prices --package com.example.app sub123 --file migrate.json

Example migrate.json:

{
  "requests": [
    {
      "basePlanId": "plan456",
      "regionalPriceMigrations": [
        {
          "regionCode": "US",
          "priceMicros": 9990000
        }
      ]
    }
  ],
  "regionsVersion": {
    "version": "2024-01-01"
  }
}

One-time products pricing

gpd monetization onetimeproducts create --package com.example.app --product-id sku123 --type consumable
gpd monetization onetimeproducts update --package com.example.app sku123 --default-price 1990000

Offers and regional variants

gpd monetization offers list --package com.example.app sub123 plan456
gpd monetization offers create --package com.example.app sub123 plan456 --offer-id offer789 --file offer.json
gpd monetization offers batchUpdate --package com.example.app sub123 plan456 --file offers.json

Verify current pricing

gpd monetization subscriptions get sub123 --package com.example.app
gpd monetization baseplans batch-update-states --package com.example.app sub123 --file states.json

Notes

  • Use priceMicros values to avoid rounding errors.

  • Keep region codes consistent (for example: US, GB, IN, BR).

  • Use batch files for large region sets to avoid partial updates.

Weekly Installs214Repositoryrudrankriyam/ap…i-skillsGitHub Stars505First SeenFeb 23, 2026Security AuditsGen Agent Trust HubPassSocketPassSnykPassInstalled oncodex213gemini-cli209cursor209opencode209kimi-cli208github-copilot208

forumユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数701
評価4.6 / 5.0
バージョン
更新日2026年3月17日
比較事例1 件

ユーザー評価

4.6(10)
5
0%
4
0%
3
0%
2
0%
1
0%

この Skill を評価

0.0

対応プラットフォーム

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

タイムライン

作成2026年3月17日
最終更新2026年3月17日