I want to redirect a base64 url to safari with openURL method. But, I can not do that. Please help.
Asked
Active
Viewed 3,397 times
1
-
http://stackoverflow.com/questions/641461/iphone-open-data-url-in-safari and http://stackoverflow.com/questions/21672873/opening-dataxxx-urls-in-safari – iPatel Apr 10 '14 at 08:06
-
its not working. I have already read it. – Nicks Apr 10 '14 at 08:26
1 Answers
0
Right now I think there is no solution to do this without a webserver. If you're ok with this, this small class could help you:
OpenBase64EncodedDataWithSafari
It works fine on the device, but perhaps not at the iOS Simulator.

Herrm
- 31
- 2