-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathServer Status - Server monitor.storekit
170 lines (168 loc) · 4.29 KB
/
Server Status - Server monitor.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"identifier" : "2C75F6B0",
"nonRenewingSubscriptions" : [
],
"products" : [
{
"displayPrice" : "7.99",
"familyShareable" : false,
"internalID" : "6479902539",
"localizations" : [
{
"description" : "Give a big tip to the developer.",
"displayName" : "Big tip",
"locale" : "en_US"
},
{
"description" : "Darle una propina grande al desarrollador.",
"displayName" : "Propina grande",
"locale" : "es_ES"
}
],
"productID" : "com.jgeek00.ServerStatus.BigTip",
"referenceName" : "Big tip",
"type" : "Consumable"
},
{
"displayPrice" : "19.99",
"familyShareable" : false,
"internalID" : "6479907466",
"localizations" : [
{
"description" : "Give a glorious tip to the developer.",
"displayName" : "Glorious tip",
"locale" : "en_US"
},
{
"description" : "Darle una propina gloriosa al desarrollador.",
"displayName" : "Propina gloriosa",
"locale" : "es_ES"
}
],
"productID" : "com.jgeek00.ServerStatus.GloriousTip",
"referenceName" : "Glorious tip",
"type" : "Consumable"
},
{
"displayPrice" : "3.99",
"familyShareable" : false,
"internalID" : "6479902177",
"localizations" : [
{
"description" : "Give a medium tip to the developer.",
"displayName" : "Medium tip",
"locale" : "en_US"
},
{
"description" : "Darle una propina mediana al desarrollador.",
"displayName" : "Propina mediana",
"locale" : "es_ES"
}
],
"productID" : "com.jgeek00.ServerStatus.MediumTip",
"referenceName" : "Medium tip",
"type" : "Consumable"
},
{
"displayPrice" : "1.99",
"familyShareable" : false,
"internalID" : "6479902262",
"localizations" : [
{
"description" : "Give a small tip to the developer.",
"displayName" : "Small tip",
"locale" : "en_US"
},
{
"description" : "Darle una propina pequeña al desarrollador.",
"displayName" : "Propina pequeña",
"locale" : "es_ES"
}
],
"productID" : "com.jgeek00.ServerStatus.SmallTip",
"referenceName" : "Small tip",
"type" : "Consumable"
},
{
"displayPrice" : "12.99",
"familyShareable" : false,
"internalID" : "6479883502",
"localizations" : [
{
"description" : "Darle una propina muy grande al desarrollador",
"displayName" : "Propina muy grande",
"locale" : "es_ES"
},
{
"description" : "Give a very big tip to the developer.",
"displayName" : "Very big tip",
"locale" : "en_US"
}
],
"productID" : "com.jgeek00.ServerStatus.VeryBigTip",
"referenceName" : "Very big tip",
"type" : "Consumable"
}
],
"settings" : {
"_applicationInternalID" : "6479648296",
"_developerTeamID" : "38Z3B9TJTR",
"_failTransactionsEnabled" : false,
"_lastSynchronizedDate" : 732982931.65475202,
"_locale" : "en_US",
"_storefront" : "USA",
"_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" : 3,
"minor" : 0
}
}