Payments
iOS (Native)
Info.plist
CFBundleURLTypes
LSApplicationQueriesSchemesAppDelegate URL Handling
- (BOOL)application:(UIApplication *)application
openURL:(NSURL *)url
options:(NSDictionary<UIApplicationOpenURLOptionsKey, id> *)options {
return [[LucraClient sharedInstance] handleVenmoUrl:url];
}Expo
Android (Native)
Last updated
