charleyw / cordova-plugin-alipay

Cordova支付宝插件,cordova alipay plugin
176 stars 75 forks source link

IOS couldn't call callback, but Android could in cordova 6.1.1 #28

Closed zhaomy2000 closed 8 years ago

zhaomy2000 commented 8 years ago

Modify the file AppDelegate.m, add the following code, this bug will disappear.

import <AlipaySDK/AlipaySDK.h>

zhaomy2000 commented 8 years ago

If Alipay app is installed in IOS, the bug will appear. when I uninstall alipay app, the bug will disappear.

charleyw commented 8 years ago

Sorry for reply too later. I just tried on my iPhone 6, iOS 9.2.1. Seem everything is OK.

You can attach iPhone to xcode and run with it, you can see the error log if something happened.