Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UIApplication's openURL Crashes My App

I'm using UIApplication's openURL: method to open a website in Safari. When the user came back to the app (fast switching), it relaunched. It means that my app was quit instead of going to the background.

Does anyone have the same issue? Any ideas? Thank you in advance.

like image 622
nonamelive Avatar asked Apr 25 '11 04:04

nonamelive


1 Answers

It may be possible that you need to retain the URL object. That was once the issue for me

like image 193
Tomen Avatar answered Oct 26 '22 03:10

Tomen