295dbc09ab
- 简化套餐配置结构,删除冗余的 default.yaml 和 us.yaml - 优化 Apple IAP 服务和验证逻辑 - 更新套餐数据模型和协议文档 - 添加支付相关测试用例
135 lines
3.1 KiB
Plaintext
135 lines
3.1 KiB
Plaintext
{
|
|
"identifier" : "EryaoProducts",
|
|
"nonRenewingSubscriptions" : [
|
|
|
|
],
|
|
"products" : [
|
|
{
|
|
"displayPrice" : "0.99",
|
|
"familyShareable" : false,
|
|
"internalID" : "new_user_pack_001",
|
|
"introductoryOffer" : null,
|
|
"localizations" : [
|
|
{
|
|
"description" : "新用户专属优惠套餐",
|
|
"displayName" : "新手包",
|
|
"locale" : "zh_CN"
|
|
}
|
|
],
|
|
"productID" : "com.meeyao.qianwen.new_user_pack",
|
|
"referenceName" : "新手包",
|
|
"type" : "Consumable"
|
|
},
|
|
{
|
|
"displayPrice" : "6.00",
|
|
"familyShareable" : false,
|
|
"internalID" : "starter_pack_001",
|
|
"introductoryOffer" : null,
|
|
"localizations" : [
|
|
{
|
|
"description" : "入门信用点套餐",
|
|
"displayName" : "入门包",
|
|
"locale" : "zh_CN"
|
|
}
|
|
],
|
|
"productID" : "com.meeyao.qianwen.starter_pack",
|
|
"referenceName" : "入门包",
|
|
"type" : "Consumable"
|
|
},
|
|
{
|
|
"displayPrice" : "18.00",
|
|
"familyShareable" : false,
|
|
"internalID" : "popular_pack_001",
|
|
"introductoryOffer" : null,
|
|
"localizations" : [
|
|
{
|
|
"description" : "热门信用点套餐",
|
|
"displayName" : "热门包",
|
|
"locale" : "zh_CN"
|
|
}
|
|
],
|
|
"productID" : "com.meeyao.qianwen.popular_pack",
|
|
"referenceName" : "热门包",
|
|
"type" : "Consumable"
|
|
},
|
|
{
|
|
"displayPrice" : "68.00",
|
|
"familyShareable" : false,
|
|
"internalID" : "premium_pack_001",
|
|
"introductoryOffer" : null,
|
|
"localizations" : [
|
|
{
|
|
"description" : "高级信用点套餐",
|
|
"displayName" : "高级包",
|
|
"locale" : "zh_CN"
|
|
}
|
|
],
|
|
"productID" : "com.meeyao.qianwen.premium_pack",
|
|
"referenceName" : "高级包",
|
|
"type" : "Consumable"
|
|
}
|
|
],
|
|
"settings" : {
|
|
"_applicationInternalID" : "6738123456",
|
|
"_developerTeamID" : "YOUR_TEAM_ID",
|
|
"_failTransactionsEnabled" : false,
|
|
"_lastSynchronizedDate" : 756460800,
|
|
"_locale" : "zh_CN",
|
|
"_storefront" : "CHN",
|
|
"_storeKitErrors" : [
|
|
{
|
|
"current" : null,
|
|
"enabled" : false,
|
|
"name" : "Load Products"
|
|
},
|
|
{
|
|
"current" : null,
|
|
"enabled" : false,
|
|
"name" : "Purchase"
|
|
},
|
|
{
|
|
"current" : null,
|
|
"enabled" : false,
|
|
"name" : "Verification"
|
|
},
|
|
{
|
|
"current" : null,
|
|
"enabled" : false,
|
|
"name" : "App Store Sync"
|
|
},
|
|
{
|
|
"current" : null,
|
|
"enabled" : false,
|
|
"name" : "Subscription Status"
|
|
},
|
|
{
|
|
"current" : null,
|
|
"enabled" : false,
|
|
"name" : "App Transaction"
|
|
},
|
|
{
|
|
"current" : null,
|
|
"enabled" : false,
|
|
"name" : "Manage Subscriptions Sheet"
|
|
},
|
|
{
|
|
"current" : null,
|
|
"enabled" : false,
|
|
"name" : "Refund Request Sheet"
|
|
},
|
|
{
|
|
"current" : null,
|
|
"enabled" : false,
|
|
"name" : "Offer Code Redeem Sheet"
|
|
}
|
|
]
|
|
},
|
|
"subscriptionGroups" : [
|
|
|
|
],
|
|
"version" : {
|
|
"major" : 4,
|
|
"minor" : 0
|
|
}
|
|
}
|