Created
January 9, 2014 23:56
-
-
Save mixflame/8344423 to your computer and use it in GitHub Desktop.
XDK HTTP NOTES
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
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