-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProduct.storekit
48 lines (45 loc) · 980 Bytes
/
Product.storekit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"identifier" : "A47E9469",
"nonRenewingSubscriptions" : [
],
"products" : [
{
"displayPrice" : "1.99",
"familyShareable" : false,
"internalID" : "0F00E3EF",
"localizations" : [
{
"description" : "Purchase 400 Coins",
"displayName" : "400 Coins",
"locale" : "en_US"
}
],
"productID" : "com.coins.cheap",
"referenceName" : "Cheap Coins",
"type" : "Consumable"
},
{
"displayPrice" : "4.99",
"familyShareable" : false,
"internalID" : "6DCD8A43",
"localizations" : [
{
"description" : "Purchase 1000 Coins",
"displayName" : "1000 Coins",
"locale" : "en_US"
}
],
"productID" : "com.coins.normal",
"referenceName" : "Normal Coins",
"type" : "Consumable"
}
],
"settings" : {
},
"subscriptionGroups" : [
],
"version" : {
"major" : 2,
"minor" : 0
}
}