1

I want to redirect a base64 url to safari with openURL method. But, I can not do that. Please help.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Nicks
  • 25
  • 2
  • 6
  • 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 Answers1

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