- 打开 v15.5.0 的 demo
- 改 bundleId 改签名
- 填好 appid 和 privatekey,运行
- 点“支付宝支付 Demo ”按钮,跳到支付宝,提示“系统繁忙,请稍后再试”,点确定,跳回 demo
- APViewController.m 199 行的回调没有触发
// NOTE: 调用支付结果开始支付
[[AlipaySDK defaultService] payOrder:orderString fromScheme:appScheme callback:^(NSDictionary *resultDic) {
NSLog(@"reslut = %@",resultDic);
}];
- 把 framework 替换为 v15.4.1,回调触发了
因为最近经济拮据,1000w 还没到账,想先来 v2 问一下,有朋友遇到了和我相同的问题吗[/滑稽]