EAZConfig.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5  <key>GAME_ENCRYPT_KEYS</key>
6  <dict>
7  <key></key> //gameID should be added here
8  <string></string> // game decryption key should be here
9  </dict>
10  <key>OWNER_ID</key>
11  <string></string> //game owner id should be here and also remove comments before sending data
12 </dict>
13 </plist>