corona icon indicating copy to clipboard operation
corona copied to clipboard

Apple: Privacy Settings Support

Open scottrules44 opened this issue 1 year ago • 0 comments

i.e

iphone =
    {
        xcassets = "Images.xcassets",
        plist =
        {
            UILaunchStoryboardName = "LaunchScreen",
            CFBundleIdentifier = "com.appodeal.sandbox",
            NSAppTransportSecurity = { NSAllowsArbitraryLoads=true },
        },
        xcprivacy = {
            NSPrivacyAccessedAPITypes = {
                {
                    NSPrivacyAccessedAPIType = "NSPrivacyAccessedAPICategoryFileTimestamp",
                    NSPrivacyAccessedAPITypeReasons = { "3B52.1"}
                }
            }
        },
    },

scottrules44 avatar Mar 31 '24 18:03 scottrules44