After testing I noticed the callbacks were not being handled correctly on ios10 and below, looking at the example project provided it looks like the instructions are incomplete. I've added the snippet in the linked PR and this seems to fix.
e.g. IdentityServer 4 / Okta / AzureiOS / Android / bothThis undoes the information from: https://github.com/FormidableLabs/react-native-app-auth/issues/314
How do you combine the code in this PR with the react-native deep linking code requirements?
I've got
On Thu, Sep 12, 2019 at 6:43 AM Matt Way notifications@github.com wrote:
This undoes the information from: #314
https://github.com/FormidableLabs/react-native-app-auth/issues/314How do you combine the code in this PR with the react-native deep linking
code requirements?—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/FormidableLabs/react-native-app-auth/issues/342?email_source=notifications&email_token=AAJECX3X234IMQFVG5P4LJLQJHJHXA5CNFSM4H5DCEJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6QXEAQ#issuecomment-530674178,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAJECX44WMRFXZY74NLOYOLQJHJHXANCNFSM4H5DCEJQ
.
Thank you.
Most helpful comment
I've got
options:(NSDictionary
if ([self.authorizationFlowManagerDelegate
resumeExternalUserAgentFlowWithURL:url]) {
return YES;
}
return [RCTLinkingManager application:app openURL:url options:options];
}
On Thu, Sep 12, 2019 at 6:43 AM Matt Way notifications@github.com wrote: