-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathConfiguration.storekit
110 lines (107 loc) · 2.79 KB
/
Configuration.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"identifier" : "31EDF08C",
"nonRenewingSubscriptions" : [
],
"products" : [
{
"displayPrice" : "0",
"familyShareable" : true,
"internalID" : "1568C728",
"localizations" : [
{
"description" : "Upgrade from Cryptomator 1.x for free",
"displayName" : "Free Upgrade",
"locale" : "en_US"
}
],
"productID" : "org.cryptomator.ios.iap.free_upgrade",
"referenceName" : "Free Upgrade",
"type" : "NonConsumable"
},
{
"displayPrice" : "1.99",
"familyShareable" : true,
"internalID" : "22493192",
"localizations" : [
{
"description" : "Upgrade from Cryptomator 1.x and contribute",
"displayName" : "Paid Upgrade",
"locale" : "en_US"
}
],
"productID" : "org.cryptomator.ios.iap.paid_upgrade",
"referenceName" : "Paid Upgrade",
"type" : "NonConsumable"
},
{
"displayPrice" : "0",
"familyShareable" : false,
"internalID" : "6CE869AF",
"localizations" : [
{
"description" : "Unlock the full version for a limited time",
"displayName" : "30-Day Trial",
"locale" : "en_US"
}
],
"productID" : "org.cryptomator.ios.iap.30_day_trial",
"referenceName" : "30-Day Trial",
"type" : "NonConsumable"
},
{
"displayPrice" : "11.99",
"familyShareable" : true,
"internalID" : "225A67DC",
"localizations" : [
{
"description" : "Grant write access to your vaults",
"displayName" : "Full Version",
"locale" : "en_US"
}
],
"productID" : "org.cryptomator.ios.iap.full_version",
"referenceName" : "Full Version",
"type" : "NonConsumable"
}
],
"settings" : {
"_compatibilityTimeRate" : 6,
"_storefront" : "USA",
"_timeRate" : 15
},
"subscriptionGroups" : [
{
"id" : "59D287B1",
"localizations" : [
],
"name" : "Full Version",
"subscriptions" : [
{
"adHocOffers" : [
],
"displayPrice" : "5.99",
"familyShareable" : true,
"groupNumber" : 1,
"internalID" : "93C382A2",
"introductoryOffer" : null,
"localizations" : [
{
"description" : "Grant write access to your vaults",
"displayName" : "Full Version",
"locale" : "en_US"
}
],
"productID" : "org.cryptomator.ios.iap.yearly_sub",
"recurringSubscriptionPeriod" : "P1M",
"referenceName" : "Yearly Subscription",
"subscriptionGroupID" : "59D287B1",
"type" : "RecurringSubscription"
}
]
}
],
"version" : {
"major" : 1,
"minor" : 1
}
}