dashboard
repositories
activity
search
login
APPS
/
PAILot
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
feat: add share/save button to PDF viewer
Matthias Nott
4 days ago
a526ea4ce4a6da31222f73ca12c8dd9017fb2410
[APPS/PAILot.git]
/
ios
/
Runner
/
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
{
"identifier" : "2F3A87BA-1234-4CDE-ABCD-9876543210AB",
"nonConsumableProducts" : [
{
"displayPrice" : "4.99",
"familySharable" : false,
"internalID" : "F3A9827C-5678-4BCD-EFAB-0123456789CD",
"localizations" : [
{
"description" : "Unlock unlimited sessions and persistent message history in PAILot.",
"displayName" : "PAILot Pro",
"locale" : "en_US"
}
],
"productID" : "com.tekmidian.pailot.fullaccess",
"referenceName" : "PAILot Pro Full Access",
"type" : "NonConsumable"
}
],
"settings" : {
"_enableAskToBuyInterruptionForTesting" : false,
"_enableBackgroundDeliveryForTesting" : true,
"_enableFamilySharingForTesting" : false,
"_storeKitErrors" : []
},
"version" : {
"major" : 2,
"minor" : 0
}
}