Skip to content

Instantly share code, notes, and snippets.

@yonat
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yonat/5f803b7ef84619711926 to your computer and use it in GitHub Desktop.
Save yonat/5f803b7ef84619711926 to your computer and use it in GitHub Desktop.
Sample MKStoreKitConfigs.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Consumables</key>
<dict>
<key>com.steinlogic.dummyconsumable.pack10</key>
<dict>
<key>ConsumableCount</key>
<integer>10</integer>
<key>ConsumableId</key>
<string>EnergyPoints</string>
</dict>
<key>com.steinlogic.dummyconsumable.pack100</key>
<dict>
<key>ConsumableCount</key>
<integer>100</integer>
<key>ConsumableId</key>
<string>EnergyPoints</string>
</dict>
</dict>
<key>Subscriptions</key>
<dict>
<key>com.steinlogic.dummysubscription.3months</key>
<integer>3</integer>
</dict>
<key>Others</key>
<array>
<string>com.steinlogic.dummyproduct.level17</string>
</array>
<key>SharedSecret</key>
<string>key-from-your-itunesconnect</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment