Skip to content

Step By Step Tutorial

Sam Chang edited this page Apr 21, 2015 · 3 revisions

...

添加微信服务

因为历史遗留问题,不要使用非本页相关代码

  1. Podfile
pod 'HydraWexinService/Debug', '~> 0.0.5'

AppDelegate

- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation{
    WeixinService *weixinService = (WeixinService *)[[ESRegistry getInstance] getService: @"weixin"];
    return [WXApi handleOpenURL: url delegate: weixinService];
}

Clone this wiki locally