ToB企服应用市场:ToB评测及商务社交产业平台

标题: iOS 隐私清单和SDK签名 [打印本页]

作者: 数据人与超自然意识    时间: 2024-5-18 15:38
标题: iOS 隐私清单和SDK签名
隐私清单:





        NSPrivacyCollectedDataTypes
       
        
               
                        NSPrivacyCollectedDataType
                        NSPrivacyCollectedDataTypeDeviceID
                        NSPrivacyCollectedDataTypeLinked
                       
                        NSPrivacyCollectedDataTypeTracking
                       
                        NSPrivacyCollectedDataTypePurposes
                       
                                NSPrivacyCollectedDataTypePurposeAnalytics
                       
               
        
               
                        NSPrivacyCollectedDataType
                        NSPrivacyCollectedDataTypeCustomerSupport
                        NSPrivacyCollectedDataTypeLinked
                       
                        NSPrivacyCollectedDataTypeTracking
                       
                        NSPrivacyCollectedDataTypePurposes
                       
                                NSPrivacyCollectedDataTypePurposeAnalytics
                       
               
        
               
                        NSPrivacyCollectedDataType
                        NSPrivacyCollectedDataTypeCrashData
                        NSPrivacyCollectedDataTypeLinked
                       
                        NSPrivacyCollectedDataTypeTracking
                       
                        NSPrivacyCollectedDataTypePurposes
                       
                                NSPrivacyCollectedDataTypePurposeAnalytics
                       
               
        
        
            NSPrivacyCollectedDataType
            NSPrivacyCollectedDataTypePerformanceData
            NSPrivacyCollectedDataTypeLinked
            
            NSPrivacyCollectedDataTypeTracking
            
            NSPrivacyCollectedDataTypePurposes
            
                NSPrivacyCollectedDataTypePurposeAnalytics
            
        
        
               
                        NSPrivacyCollectedDataType
                        NSPrivacyCollectedDataTypeOtherDiagnosticData
                        NSPrivacyCollectedDataTypeLinked
                       
                        NSPrivacyCollectedDataTypeTracking
                       
                        NSPrivacyCollectedDataTypePurposes
                       
                                NSPrivacyCollectedDataTypePurposeAnalytics
                       
               
       
   
        NSPrivacyAccessedAPITypes
       
        
               
                        NSPrivacyAccessedAPIType
                        NSPrivacyAccessedAPICategorySystemBootTime
                        NSPrivacyAccessedAPITypeReasons
                       
                                35F9.1
                       
               
        
               
                        NSPrivacyAccessedAPIType
                        NSPrivacyAccessedAPICategoryUserDefaults
                        NSPrivacyAccessedAPITypeReasons
                       
                                CA92.1
                       
               
        
        
            NSPrivacyAccessedAPIType
            NSPrivacyAccessedAPICategoryFileTimestamp
            NSPrivacyAccessedAPITypeReasons
            
                C617.1
            
        
        
        
            NSPrivacyAccessedAPIType
            NSPrivacyAccessedAPICategoryDiskSpace
            NSPrivacyAccessedAPITypeReasons
            
                E174.1
                7D9E.1
            
        
        
       

        NSPrivacyTrackingDomains
       

        NSPrivacyTracking
       


 
SDK签名
# 1.搜索指定目录下是否包含_CodeSignature签名目录
find -name -type d "_CodeSignature"
# 2.列出本地与代码签名相关的证书
security find-identity -v -p codesigning
# 3.对SDK举行签名,苹果视频https://developer.apple.com/videos/play/wwdc2023/10061
codesign --timestamp -v --sign "Your Certificate Name"
# 4.验证签名(可以看到相关签名信息)
codesign -dvvv
例:
1.检察签名信息
codesign -dvvv /Users/renhao/Desktop/temp/iOS-SDK-2024.04.17-9.0.5/libAETrackDataCloudSDK.a
2.签名
codesign --timestamp -v --sign "证书" TEMPSDK.a
3.检察本地签名证书
security find-identity -v -p codesigning


有不清楚的兄弟们可留言

免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。




欢迎光临 ToB企服应用市场:ToB评测及商务社交产业平台 (https://dis.qidao123.com/) Powered by Discuz! X3.4