Files
eryao/apps/ios/EryaoProducts.storekit
ZL-Q 52f2123610 feat(ios): prepare App Store release v1.0.0
- Add PrivacyInfo.xcprivacy for Apple privacy manifest requirement
- Remove debug permissions (NSLocalNetworkUsageDescription, NSBonjourServices)
- Replace launch image with custom branding
- Update StoreKit config with real Apple ID and team ID
- Remove placeholder disclaimer from login screen, fix checkbox alignment
- Add ExportOptions.plist for IPA export
2026-04-30 13:28:35 +08:00

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" : "6764005221",
"_developerTeamID" : "T7H95RR33V",
"_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
}
}