Skip to content

Commit 0271305

Browse files
authored
Merge pull request #216 from tidev/privacyfile
fix: privacyinfo inline
2 parents 7b96977 + 5aa066a commit 0271305

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

docs/guide/Titanium_SDK/Titanium_SDK_How-tos/Adhere_to_the_iOS17_Privacy_Requirements.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,28 @@ When using these APIs, you need to declare the reason(s) for using them inside a
2525

2626
### Existing Apps
2727

28-
For existing apps, you can download the default [PrivacyInfo.xcprivacy here](./PrivacyInfo.xcprivacy) and place them into the following folder:
29-
28+
For existing apps, you can use the default `PrivacyInfo.xcprivacy`
29+
30+
```xml
31+
<?xml version="1.0" encoding="UTF-8"?>
32+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33+
<plist version="1.0">
34+
<dict>
35+
<key>NSPrivacyAccessedAPITypes</key>
36+
<array>
37+
<dict>
38+
<key>NSPrivacyAccessedAPITypeReasons</key>
39+
<array>
40+
<string>AC6B.1</string>
41+
</array>
42+
<key>NSPrivacyAccessedAPIType</key>
43+
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
44+
</dict>
45+
</array>
46+
</dict>
47+
</plist>
48+
```
49+
and place them into the following folder:
3050
- Alloy apps: app/assets/iphone/
3151
- Classic apps: Resources/iphone/
3252

docs/guide/Titanium_SDK/Titanium_SDK_How-tos/PrivacyInfo.xcprivacy

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)