Posts

Post marked as solved
4 Replies
Thanks edford.That's what I eventually did.
Post marked as solved
4 Replies
I'm trying to copy them over during the build in the build phase. The frameworks are referenced by the local paths in the project
Post marked as solved
9 Replies
Seems like you're confusing 2 types of the SSO extensions. If you want to provide headers, your extension should be of a Credential type, not Redirect.Redirect extension is for handling requests. Credential requests is for handling challenges.
Post marked as solved
9 Replies
There is a techtalk video on this topic, that seems to go more into detailshttps://developer.apple.com/videos/play/tech-talks/301/
Post marked as solved
5 Replies
Then you should handle it in a delegate method or gestureRecognizerShouldBegin method of the view.
Post marked as solved
5 Replies
Take a look at isModalInPresentation propeprty on a viewcontroller that you're presenting
Post not yet marked as solved
4 Replies
Have you suspended your application? I believe background tasks won't trigger while application is running.Also it would be usefull to look at the device console logs and see if there is anything happening at the time when you expect your task to execute