|
2 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 | 3 | <plist version="1.0"> |
4 | 4 | <dict> |
| 5 | + <key>CFBundleDisplayName</key> |
| 6 | + <string>Xamarin Sample App</string> |
| 7 | + <key>CFBundleIdentifier</key> |
| 8 | + <string>com.appsflyer.xamarinsample</string> |
5 | 9 | <key>CFBundleName</key> |
6 | 10 | <string>Xamarin Sample App</string> |
7 | 11 | <key>CFBundleShortVersionString</key> |
8 | 12 | <string>1.0</string> |
| 13 | + <key>CFBundleURLTypes</key> |
| 14 | + <array> |
| 15 | + <dict> |
| 16 | + <key>CFBundleURLSchemes</key> |
| 17 | + <array> |
| 18 | + <string>sdktest</string> |
| 19 | + </array> |
| 20 | + </dict> |
| 21 | + </array> |
9 | 22 | <key>CFBundleVersion</key> |
10 | 23 | <string>1.0</string> |
11 | 24 | <key>LSRequiresIPhoneOS</key> |
12 | 25 | <true/> |
13 | 26 | <key>MinimumOSVersion</key> |
14 | 27 | <string>9.0</string> |
| 28 | + <key>NSUserTrackingUsageDescription</key> |
| 29 | + <string>This will allow us to read IDFA</string> |
| 30 | + <key>UIBackgroundModes</key> |
| 31 | + <array> |
| 32 | + <string>remote-notification</string> |
| 33 | + </array> |
15 | 34 | <key>UIDeviceFamily</key> |
16 | 35 | <array> |
17 | 36 | <integer>1</integer> |
|
41 | 60 | </array> |
42 | 61 | <key>XSAppIconAssets</key> |
43 | 62 | <string>Resources/Images.xcassets/AppIcons.appiconset</string> |
44 | | - <key>CFBundleURLTypes</key> |
45 | | - <array> |
46 | | - <dict> |
47 | | - <key>CFBundleURLSchemes</key> |
48 | | - <array> |
49 | | - <string>sdktest</string> |
50 | | - </array> |
51 | | - </dict> |
52 | | - </array> |
53 | | - <key>UIBackgroundModes</key> |
54 | | - <array> |
55 | | - <string>remote-notification</string> |
56 | | - </array> |
57 | | - <key>CFBundleIdentifier</key> |
58 | | - <string>com.appsflyer.universallinks</string> |
59 | | - <key>CFBundleDisplayName</key> |
60 | | - <string>Xamarin Sample App</string> |
61 | | - <key>NSUserTrackingUsageDescription</key> |
62 | | - <string>This will allow us to read IDFA</string> |
63 | 63 | </dict> |
64 | 64 | </plist> |
0 commit comments