Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>PayloadContent</key>
  6. <dict>
  7. <key>URL</key>
  8. <string>https://yourwebsite.com/retrieve.php</string>
  9. <key>DeviceAttributes</key>
  10. <array>
  11. <string>UDID</string>
  12. <string>IMEI</string>
  13. <string>ICCID</string>
  14. <string>VERSION</string>
  15. <string>PRODUCT</string>
  16. </array>
  17. </dict>
  18. <key>PayloadOrganization</key>
  19. <string>yourwebsite.com</string>
  20. <key>PayloadDisplayName</key>
  21. <string>Profile Service</string>
  22. <key>PayloadVersion</key>
  23. <integer>1</integer>
  24. <key>PayloadUUID</key>
  25. <string>9CF421B3-9853-4454-BC8A-982CBD3C907C</string>
  26. <key>PayloadIdentifier</key>
  27. <string>com.yourwebsite.profile-service</string>
  28. <key>PayloadDescription</key>
  29. <string>This temporary profile will be used to find and display your current device's UDID.</string>
  30. <key>PayloadType</key>
  31. <string>Profile Service</string>
  32. </dict>
  33. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement