pod 'TCMPPExtMedia'
Privacy - Photo Library Usage DescriptionAPI 名称 | 说明 |
wx.chooseMedia | 选择照片或视频 |
wx.chooseVideo | 选择视频 |
wx.chooseImage | 选择照片 |
权限 | 描述 |
图库访问权限 | 需要申请访问图库的权限 |
TMFMiniAppSDKDelegate.scanCode:(NSDictionary *)scanParams navigationController:(UINavigationController *)navigationController completionHandler:(MACommonCallback)completionHandler;pod 'TCMPPExtScanCode'
Privacy - Camera Usage DescriptionAPI 名称 | 说明 |
wx.scanCode | 调起客户端扫码界面进行扫码 |
权限 | 描述 |
相机权限 | 需要申请相机权限用于扫码 |
图库访问权限 | 需要申请访问图库的权限 |
platform :ios, '9.0'source 'https://github.com/CocoaPods/Specs.git'target 'App' dopod 'TXLiteAVSDK_Live'end
pod "TCMPPExtLive"pod "TXLiteAVSDK_Professional"
- (NSString *)setLiveLicenceURL {return @"https://xxx.license";}- (NSString *)setLiveLicenceKey {return @"xxx";}
Privacy - Camera Usage DescriptionPrivacy - Microphone Usage DescriptionAPI 名称 | 说明 |
wx.createLivePusherContext | 创建直播推流端 context |
LivePusherContext | 支持 LivePusherContext 相关接口 |
wx.createLivePlayerContext | 创建直播拉流端 context |
LivePlayerContext | 支持 LivePlayerContext 相关接口 |
组件 | - |
live-pusher | 推流标签 |
live-player | 播放标签 |
权限名称 | 描述 |
相机权限 | - |
录音权限 | - |
pod"TCMPPExtAuthentication"
Privacy - Face ID Usage DescriptionAPI 名称 | 说明 |
wx.startSoterAuthentication | - |
wx.checkIsSupportSoterAuthentication | - |
wx.checkIsSoterEnrolledInDevice | - |
权限 | 描述 |
生物认证访问 | 需要生物认证权限 |
pod"TCMPPExtBLE"
Privacy - Bluetooth Always Usage DescriptionPrivacy - Bluetooth Peripheral Usage DescriptionAPI | 说明 |
蓝牙-通用 | 蓝牙通用接口 |
蓝牙-低功耗外围设备 | 外围设备相关接口 |
蓝牙-低功耗中心设备 | 中心设备相关接口 |
蓝牙-信标 | 蓝牙信标相关接口 |
权限 | 说明 |
蓝牙 | 操作蓝牙需要申请蓝牙权限 |
定位 | 蓝牙设备搜索依赖定位权限 |
pod"TCMPPExtCalendar"
Privacy - Calendars Usage DescriptionPrivacy - Reminders Usage DescriptionAPI 名称 | API 描述信息 |
addPhoneRepeatCalendar | 向系统日历添加重复事件 |
addPhoneCalendar | 向系统日历添加事件 |
pod"TCMPPExtClipBoard"
API 名称 | API 描述信息 |
setClipboardData | 设置系统剪贴板的内容 |
getClipboardData | 获取系统剪贴板的内容 |
pod"TCMPPExtContact"
Privacy - Contacts Usage DescriptionAPI 名称 | API 描述信息 |
chooseContact | 选择联系人 |
addPhoneContact | 添加手机通讯录联系人 |
pod"TCMPPExtLBS"
Privacy - Location Always and When In Use Usage DescriptionPrivacy - Location Always Usage DescriptionPrivacy - Location Usage DescriptionPrivacy - Location When In Use Usage DescriptionPrivacy - Motion Usage Descriptionpod"TCMPPExtMDNS"
Privacy - Local Network Usage DescriptionPrivacy - Bonjour servicesAPI 名称 | API 描述信息 |
MDNS |
pod"TCMPPExtNetwork"
App Transport Security SettingsAllow Arbitrary Loads - YESPrivacy - Bonjour servicespod "TCMPPExtMp3Encoder"
pod "TCMPPExtMiniGame"
pod "TCSASExtGoogleAds"
pod "TCSASBaseLib"
pod "TCSASExtVodPlayer"
platform :ios, '9.0'source 'https://github.com/CocoaPods/Specs.git'target 'App' dopod 'TXLiteAVSDK_Player_Premium'end
platform :ios, '9.0'source 'https://github.com/CocoaPods/Specs.git'target 'App' dopod 'TXLiteAVSDK_Professional'end
- (NSString *)setLiveLicenceURL {return @"https://xxx.license";}- (NSString *)setLiveLicenceKey {return @"xxx";}
- (id<TMAVideoPlayerDelegate>)app:(TMFMiniAppInfo *_Nonnull)app createVideoViewWithFrame:(CGRect)frame andVideoParams:(NSDictionary *)params;
Privacy - Camera Usage DescriptionPrivacy - Microphone Usage Description权限名称 | 描述 |
相机权限 | 使用相机拍摄视频 |
录音权限 | 播放音视频 |
pod "TCMPPExtQMap"
[TMFAppletQMapComponent setQMapApiKey:@"XXXXXXXXXXX"];
Privacy - Location Always and When In Use Usage DescriptionPrivacy - Location Always Usage DescriptionPrivacy - Location Usage DescriptionPrivacy - Location When In Use Usage Description- (NSString *)stringWithConfigKey:(NSString *)key {if([key isEqualToString:TMA_SK_MINIAPP_QMapOffline_Enabled]) {return @"1";}return nil;}
文档反馈