Search code examples
iosobjective-ciphoneuiwebview

iOS 8.0 UIWebView file input crashes my App


After updating to iOS 8.0 clicking the "Choose file" button (HTML file input) and then clicking "Take photo or Video" / "Choose Existing" crashes my App.

This functionality has been working perfectly fine since iOS 6 but in iOS 8.0 the file input functionality is completely broken!

Do any one else experience the same problem with there UIWebView Apps?


Solution

  • The solution to this problem is as Joel Jeske writes, you have to rebuild your App against iOS 8. This is the only solution to this problem. Rebuilding against iOS 8 will also make the App run on iOS 7/6 without any problem.