Skip to content

Instantly share code, notes, and snippets.

@mixflame
Created January 9, 2014 23:56
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 mixflame/8344423 to your computer and use it in GitHub Desktop.
Save mixflame/8344423 to your computer and use it in GitHub Desktop.
XDK HTTP NOTES
XDK HTTP NOTES
1. Self-signed certificates will not work without help. Expired certificates will not work at all.
The secret: You has to add the certificate to the configuration profile and install it with Iphone Configuration Utility.. the cert cannot be expired or untrusted. If its untrusted you need to trust always in Keychain Access. The device MUST be plugged in, this cannot be done wirelessly. Make sure you install the configuration profile you created with the certs.
2. Do not use xhr.js and Weinre at the same time. They conflict and neither will work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment