com.ai.ced.rwx

2.0.20 • Public • Published


-----------------------------集成步骤-------------------------
--1. 任沃行-集成公司插件, BREGIONAPPID=B39900002 是湖北在任沃行上分配到的appid,注意变量只能大写
ionic cordova plugin add com.ai.ced.rwx --variable BREGIONAPPID=B39900002

--2.手工添加
android:


ios:

a)在AppDelegate.h中添加属性@property (strong, nonatomic) NSURL *openUrl 如下;

@interface AppDelegate : CDVAppDelegate {}
@property (strong, nonatomic) NSURL *openUrl; //添加属性
@end

b)在AppDelegate.m中添加接受跳转的url的方法并赋值 如下
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation {

NSLog(@"RwxPlugin AppDelegate openURL...:%@...from:%@", url, sourceApplication);
self.openUrl = url;
return YES;
}

Readme

Keywords

none

Package Sidebar

Install

npm i com.ai.ced.rwx

Weekly Downloads

20

Version

2.0.20

License

Apache 2.0

Unpacked Size

307 kB

Total Files

11

Last publish

Collaborators

  • ximinhui