Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

icloud app #10

Open
Yonita34567 opened this issue Sep 13, 2024 · 3 comments
Open

icloud app #10

Yonita34567 opened this issue Sep 13, 2024 · 3 comments

Comments

@Yonita34567
Copy link

func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
// ...
if let url = launchOptions?[UIApplicationLaunchOptionsURLKey] as? NSURL {
processURL(url)
return false
}
return true
}

@Yonita34567
Copy link
Author

func application(application: UIApplication, openURL url: NSURL, sourceApplication: String?, annotation: AnyObject) -> Bool {
processURL(url)
return true
}

@Yonita34567 Yonita34567 changed the title Usu icloud app Sep 13, 2024
@Yonita34567
Copy link
Author

func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { // ... if let url = lau…

1 similar comment
@Yonita34567
Copy link
Author

func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { // ... if let url = lau…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant