https://stackoverflow.com/questions/20160285/install-ipa-to-ipad-with-or-without-itunes
From XCode, Windows, Devices, drop ipa over
Friday, December 29, 2017
Wednesday, December 27, 2017
Debug for Android device on Windows
https://software.intel.com/en-us/xdk/docs/configuring-your-windows-usb-android-debug-connection-for-the-intel-xdk
chrome://inspect
chrome://inspect
Friday, December 22, 2017
Setup Domain names in EC2
https://forums.aws.amazon.com/message.jspa?messageID=319837
http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/CreatingNewSubdomain.html
http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/MigratingSubdomain.html
http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-ec2-instance.html
https://aws.amazon.com/getting-started/tutorials/get-a-domain/
http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/CreatingNewSubdomain.html
http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/MigratingSubdomain.html
http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-ec2-instance.html
https://aws.amazon.com/getting-started/tutorials/get-a-domain/
To allow Cordova (iOS) to connect to HTTPS with a self signed certificate
https://gist.github.com/jamesmbeams/5155230
@implementation NSURLRequest (ServiceClient) | |
+ (BOOL) allowsAnyHTTPSCertificateForHost:(NSString *) host | |
{ | |
return YES; | |
} | |
@end |
Wednesday, December 20, 2017
Create ipa
https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/DistributingEnterpriseProgramApps/DistributingEnterpriseProgramApps.html
[Exporting your app in house]
- Create an archive: Product > Archive.
- Create an ipa:
Wireless Option
http://help.apple.com/deployment/ios/#/apda0e3426d7
https://bitbar.com/how-to-create-ipa-and-xctest-package-for-ios-testing
Additional Ref:
https://forums.developer.apple.com/thread/28666
[Exporting your app in house]
- Create an archive: Product > Archive.
- Create an ipa:
- In the Archives organizer, select the archive.
Wireless Option
http://help.apple.com/deployment/ios/#/apda0e3426d7
https://bitbar.com/how-to-create-ipa-and-xctest-package-for-ios-testing
Additional Ref:
https://forums.developer.apple.com/thread/28666
Subscribe to:
Posts (Atom)