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

Expose AppDelegate callbacks for universal modules #2706

Closed
sjchmiela opened this issue Nov 13, 2018 · 2 comments
Closed

Expose AppDelegate callbacks for universal modules #2706

sjchmiela opened this issue Nov 13, 2018 · 2 comments

Comments

@sjchmiela
Copy link
Contributor

vide https://github.com/expo/expo/pull/2543/files#r231172050

@sjchmiela sjchmiela self-assigned this Nov 13, 2018
@EvanBacon
Copy link
Contributor

EvanBacon commented Nov 13, 2018

Also for notifications https://github.com/expo/expo/tree/master/packages/expo-firebase-notifications#common-setup

- (void)application:(UIApplication *)application didReceiveRemoteNotification:(nonnull NSDictionary *)userInfo fetchCompletionHandler:(nonnull void (^)(UIBackgroundFetchResult))completionHandler;

and Linking: https://github.com/expo/expo/tree/master/packages/expo-firebase-invites#common-setup

- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary<NSString *, id> *)options;
- (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void (^)(NSArray *))restorationHandler;

@sjchmiela sjchmiela assigned Szymon20000 and unassigned sjchmiela Apr 17, 2019
@tsapeta
Copy link
Member

tsapeta commented May 9, 2020

Closing - it's been fixed by #3917.

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

4 participants