Skip to content

Step By Step Tutorial

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

...

add Weixin Service

  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