diff --git a/README.md b/README.md index 8ad596c32..2df4244ce 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,9 @@ Then visit `localhost:3000` in your browser. - Install Xcode 6.1 (or newer) - Run `make ios-prod` -#### Notes for Xcode 7.0 (ATS support) +##### Notes for Xcode 7.0 + +###### ATS support Before start Copay from Xcode, add these lines to "Custom iOS Target Properties": @@ -81,6 +83,17 @@ Before start Copay from Xcode, add these lines to "Custom iOS Target Properties" App Transport Security (ATS) enforces best practices in the secure connections between an app and its back end. [Read complete documentation](https://developer.apple.com/library/prerelease/ios/releasenotes/General/WhatsNewIniOS/Articles/iOS9.html). +###### Invalid Bundle while submitting application + +`iPad Multitasking support requires launch story board in bundle` + +To fix this problem, add the follow: + +``` +UIRequiresFullScreen +YES +``` + ### Windows Phone - Install Visual Studio 2013 (or newer)