Tuesday, April 23, 2024
HomeiOS Developmentios - flutter: ITMS-91053 cant see the PrivacyInfo.xcprivacy file

ios – flutter: ITMS-91053 cant see the PrivacyInfo.xcprivacy file


I did tried the declaring the api sort and cause, and ‘Goal Membership’ to my App. Then, make sure the file underneath both /iOS or /runner (each tried). BUT what I am dealing with is, once I’m operating ‘pod set up’ in vscode, and think about the pod generated in Xcode, the PrivacyInfo.xcprivacy file cant be seen. (Possibly that is the rationale why I attempted 2 try nonetheless dealing with api declare difficulty.)

Is it any step I am doing mistaken? Please level it out, Thx.

declare file as under:

<?xml model="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist model="1.0">
<dict>
    <key>NSPrivacyAccessedAPITypes</key>
    <array>
        <dict>
            <key>NSPrivacyAccessedAPIType</key>
            <string>NSPrivacyAccessedAPICategoryUserDefaults</string>
            <key>NSPrivacyAccessedAPITypeReasons</key>
            <array>
                <string>CA92.1</string>
            </array>
        </dict>
        <dict>
            <key>NSPrivacyAccessedAPIType</key>
            <string>NSPrivacyAccessedAPICategoryDiskSpace</string>
            <key>NSPrivacyAccessedAPITypeReasons</key>
            <array>
                <string>E174.1</string>
            </array>
        </dict>
    </array>
</dict>
</plist>

I have been looking for this resolution in every single place and tried, however the factor I dealing with is ‘pod set up’ didnt see the PrivacyInfo.xcprivacy file.



Supply hyperlink

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments