text #inAppMessage #photo

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text #inAppMessage #photo相关的知识,希望对你有一定的参考价值。

https://stackoverflow.com/questions/39631256/request-permission-for-camera-and-library-in-ios-10-info-plist/39631642

// Properties List
Key       :  Privacy - Photo Library Usage Description    
Value     :  $(PRODUCT_NAME) photo use

// Check status
let photos = PHPhotoLibrary.authorizationStatus()
if photos == .notDetermined {

}
    
// Request permission
PHPhotoLibrary.requestAuthorization({status in
    if status == .authorized{
        ...
    } else {}
})

以上是关于text #inAppMessage #photo的主要内容,如果未能解决你的问题,请参考以下文章

text #inAppMessage #microphone

text #inAppMessage #pushNotification

Firebase inAppMessaging 事件未被捕获

iOS:将 Firebase InAppMessaging 与 Cordova 项目集成

Firebase InAppMessaging 使用“-[NSBundle initWithURL:]: nil URL argument”使我的项目崩溃

text PHPhotoLibrary + SaveImage - 使用Photos Framework swift 3保存图像