Posts

Post not yet marked as solved
0 Replies
696 Views
Is there some way to suggest to the system that it should autofill passwords in a ASWebAuthenticationSession on a domain not previously associated with my app? I'm working on an app that currently has native login and registration screens, password autofill works great and links credentials it to my associated domains. I now need to move these login and registration screens to use ASWebAuthenticationSession and have users authenticate on a website on a new domain. The system does not autofill my apps credentials on these pages. I can add this new domain as an associated domain, and new registrations are able to save the password and then autofill it later. But I can't get previously saved passwords to autofill on this new domain. Is that possible? I did manage to use Shared Web Credentials to save the users credentials against the new domain when they login. But this will only migrate users that login between now and when I switch to ASWebAuthenticationSession, not all users will be migrated. Any new ideas or solutions much appreciated.
Posted
by Ashton.
Last updated
.
Post not yet marked as solved
2 Replies
1.2k Views
I'm seeing a consistent crash on iOS 13.1 (17A5831c) only when AFNetworking has multiple tasks running in parallel.Crash report says:Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000001, 0x00000001b9f0dadc Triggered by Thread: 0 Application Specific Information: Corrupt NSInvocation detected.Stacktrace when debugging is:Thread 1 Queue : com.apple.main-thread (serial) #0 0x00000001957e8460 in OUTLINED_FUNCTION_0 () #1 0x0000000195841238 in -[NSInvocation dealloc].cold.1 () Enqueued from com.alamofire.networking.session.manager.processing (Thread 15) Queue : com.alamofire.networking.session.manager.processing (serial) #0 0x000000010f2febf0 in _dispatch_introspection_queue_item_enqueue_hook () #1 0x000000010f2ccac8 in dispatch_group_async () #2 0x00000001050cb3c0 in __72-[AFURLSessionManagerTaskDelegate URLSession:task:didCompleteWithError:]_block_invoke.147 ()A bit stuck here, and can't use DTS for beta.
Posted
by Ashton.
Last updated
.