-
-
Notifications
You must be signed in to change notification settings - Fork 647
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Able to purchase products * swift lint * fixed lint issues, removed methods Co-authored-by: Andres Aguilar <andres.aguilar@nfl.com>
- Loading branch information
1 parent
ba9482f
commit 06b2675
Showing
15 changed files
with
187 additions
and
297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"identifier" : "5BB04EE6", | ||
"nonRenewingSubscriptions" : [ | ||
|
||
], | ||
"products" : [ | ||
{ | ||
"displayPrice" : "0.99", | ||
"familyShareable" : false, | ||
"internalID" : "FF5725DC", | ||
"localizations" : [ | ||
{ | ||
"description" : "", | ||
"displayName" : "", | ||
"locale" : "en_US" | ||
} | ||
], | ||
"productID" : "com.cooni.point1000", | ||
"referenceName" : "1000 points", | ||
"type" : "Consumable" | ||
}, | ||
{ | ||
"displayPrice" : "2.99", | ||
"familyShareable" : false, | ||
"internalID" : "47DD16EA", | ||
"localizations" : [ | ||
{ | ||
"description" : "", | ||
"displayName" : "", | ||
"locale" : "en_US" | ||
} | ||
], | ||
"productID" : "com.cooni.point5000", | ||
"referenceName" : "5000 points", | ||
"type" : "NonConsumable" | ||
} | ||
], | ||
"settings" : { | ||
|
||
}, | ||
"subscriptionGroups" : [ | ||
|
||
], | ||
"version" : { | ||
"major" : 1, | ||
"minor" : 2 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.