蚂蚁密码本是一款专注记录密码的app,侧重的地方主要是便利性、代码效率、稳定性、安全性,这些都是作为一个软件需要注意提升的地方。在参考市面上的密码工具之后,推出了这款专注、安全无广告的手机app。

简要描述:

  • 通过该文档,可以快速将密码导入到蚂蚁密码本密码本

Scheme URL参数:

蚂蚁密码本APPScheme url
蚂蚁密码本本地版huaimayiwordbooklocal://
蚂蚁密码本专业版huaimayiwordbookpro://

传值类型参数:

参数名类型说明
typeCard卡片类型
typeSocial社交类型
typeWeb网站网址
typeGame游戏类型

传值代码参考示例

因为有可能url中会含有中文,所以推荐使用下面代码传值

NSDictionary *dic = [[NSDictionary alloc] init];
NSString *str =[NSString stringWithFormat:@"huaimayiwordbookpro://typeWeb?%@?%@?%@",@"新浪网",@"UserName",@"Password"];
str = [str stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLFragmentAllowedCharacterSet]];
NSURL *url = [NSURL URLWithString:str];
[[UIApplication sharedApplication] openURL:url options:dic completionHandler:nil];

☟☟可点击下方广告支持一下☟☟

最后修改:2017 年 02 月 17 日
请我喝杯可乐,请随意打赏: ☞已打赏列表