iOS app跳轉支付寶
NSString *str = @"alipay://支付寶key";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
iOS app跳轉微信
NSString *str = @"weixin://微信key";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
iOS app跳轉支付寶
NSString *str = @"alipay://支付寶key";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
iOS app跳轉微信
NSString *str = @"weixin://微信key";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];