File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -293,6 +293,14 @@ Make `AppDelegate` conform to `RNAppAuthAuthorizationFlowManager` with the follo
293
293
+ @property(nonatomic, weak)id<RNAppAuthAuthorizationFlowManagerDelegate>authorizationFlowManagerDelegate;
294
294
` ` `
295
295
296
+ Add the following code to ` AppDelegate.m` (to support iOS 10 and below)
297
+
298
+ ` ` ` diff
299
+ + (BOOL)application:(UIApplication * )app openURL:(NSURL * )url options:(NSDictionary< NSString * , id> * ) options {
300
+ + return [self.authorizationFlowManagerDelegate resumeExternalUserAgentFlowWithURL:url];
301
+ + }
302
+ ` ` `
303
+
296
304
# ### Integration of the library with a Swift iOS project
297
305
298
306
The approach mentioned above should also be possible to employ with Swift. In this case one should have to import ` RNAppAuth`
You can’t perform that action at this time.
0 commit comments