appsprint-react-native 1.1.8 → 1.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/AppSprintSDK +0 -0
- package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/Info.plist +0 -0
- package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios.abi.json +172 -179
- package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios.package.swiftinterface +39 -3
- package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +39 -3
- package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios.swiftinterface +39 -3
- package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/PrivacyInfo.xcprivacy +11 -15
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/AppSprintSDK +0 -0
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Info.plist +0 -0
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +172 -179
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios-simulator.package.swiftinterface +39 -3
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +39 -3
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +39 -3
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +172 -179
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/x86_64-apple-ios-simulator.package.swiftinterface +39 -3
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +39 -3
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +39 -3
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/PrivacyInfo.xcprivacy +11 -15
- package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/_CodeSignature/CodeResources +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 6.
|
|
3
|
-
// swift-module-flags: -target x86_64-apple-ios14.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -module-name AppSprintSDK -package-name appsprint_ios
|
|
4
|
-
// swift-module-flags-ignorable: -formal-cxx-interoperability-mode=off -interface-compiler-version 6.
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
|
3
|
+
// swift-module-flags: -target x86_64-apple-ios14.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -module-name AppSprintSDK -package-name appsprint_ios
|
|
4
|
+
// swift-module-flags-ignorable: -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
|
|
5
5
|
import AdServices
|
|
6
6
|
import AdSupport
|
|
7
7
|
import AppTrackingTransparency
|
|
@@ -27,17 +27,25 @@ import os
|
|
|
27
27
|
}
|
|
28
28
|
@_Concurrency.MainActor public init()
|
|
29
29
|
@_Concurrency.MainActor final public func configure(_ config: AppSprintSDK.AppSprintConfig) async
|
|
30
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
30
31
|
@_Concurrency.MainActor final public func sendEvent(_ eventType: AppSprintSDK.AppSprintEventType, name: Swift.String? = nil, params: [Swift.String : Any]? = nil) async
|
|
32
|
+
#endif
|
|
31
33
|
@_Concurrency.MainActor final public func flush() async
|
|
32
34
|
@_Concurrency.MainActor final public func clearData()
|
|
33
35
|
@_Concurrency.MainActor final public func isSdkDisabled() -> Swift.Bool
|
|
34
36
|
@_Concurrency.MainActor final public func setCustomerUserId(_ userId: Swift.String) async
|
|
35
37
|
@_Concurrency.MainActor final public func sendTestEvent() async -> AppSprintSDK.TestEventResult
|
|
38
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
36
39
|
@_Concurrency.MainActor final public func getAppSprintId() -> Swift.String?
|
|
40
|
+
#endif
|
|
41
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
37
42
|
@_Concurrency.MainActor final public func getAttribution() -> AppSprintSDK.AttributionResult?
|
|
43
|
+
#endif
|
|
38
44
|
@_Concurrency.MainActor final public func getAttributionParams() -> [Swift.String : Swift.String]
|
|
45
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
39
46
|
@discardableResult
|
|
40
47
|
@_Concurrency.MainActor final public func refreshAttribution() async -> AppSprintSDK.AttributionResult?
|
|
48
|
+
#endif
|
|
41
49
|
@discardableResult
|
|
42
50
|
@_Concurrency.MainActor final public func enableAppleAdsAttribution() -> Swift.Bool
|
|
43
51
|
@_Concurrency.MainActor final public func destroy()
|
|
@@ -54,15 +62,23 @@ public struct AppSprintConfig : Swift.Sendable {
|
|
|
54
62
|
public var autoTrackSessions: Swift.Bool
|
|
55
63
|
public var autoRefreshAttribution: Swift.Bool
|
|
56
64
|
public var googleAdsConsent: AppSprintSDK.GoogleAdsConsent?
|
|
65
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
57
66
|
public init(apiKey: Swift.String, apiURL: Foundation.URL = AppSprintConfig.defaultAPIURL, enableAppleAdsAttribution: Swift.Bool = true, isDebug: Swift.Bool = false, logLevel: AppSprintSDK.AppSprintLogLevel = .warn, customerUserId: Swift.String? = nil, autoTrackSessions: Swift.Bool = true, autoRefreshAttribution: Swift.Bool = true, googleAdsConsent: AppSprintSDK.GoogleAdsConsent? = nil)
|
|
67
|
+
#endif
|
|
58
68
|
}
|
|
59
69
|
public enum AppSprintNative {
|
|
60
70
|
@_Concurrency.MainActor public static func getDeviceInfo() -> AppSprintSDK.DeviceInfo
|
|
71
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
61
72
|
public static func getAdServicesToken() -> Swift.String?
|
|
73
|
+
#endif
|
|
74
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
62
75
|
@_Concurrency.MainActor public static func getWebViewUserAgent() async -> Swift.String?
|
|
76
|
+
#endif
|
|
63
77
|
@_Concurrency.MainActor public static func requestTrackingAuthorization() async -> Swift.Bool
|
|
64
78
|
public static func storageSet(_ key: Swift.String, value: Swift.String)
|
|
79
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
65
80
|
public static func storageGet(_ key: Swift.String) -> Swift.String?
|
|
81
|
+
#endif
|
|
66
82
|
public static func storageRemove(_ key: Swift.String)
|
|
67
83
|
}
|
|
68
84
|
public enum AppSprintLogLevel : Swift.Int, Swift.Codable, Swift.Sendable {
|
|
@@ -70,7 +86,9 @@ public enum AppSprintLogLevel : Swift.Int, Swift.Codable, Swift.Sendable {
|
|
|
70
86
|
case info
|
|
71
87
|
case warn
|
|
72
88
|
case error
|
|
89
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
73
90
|
public init?(rawValue: Swift.Int)
|
|
91
|
+
#endif
|
|
74
92
|
public typealias RawValue = Swift.Int
|
|
75
93
|
public var rawValue: Swift.Int {
|
|
76
94
|
get
|
|
@@ -97,7 +115,9 @@ public enum AppSprintEventType : Swift.String, Swift.Codable, Swift.CaseIterable
|
|
|
97
115
|
case levelStart
|
|
98
116
|
case levelComplete
|
|
99
117
|
case custom
|
|
118
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
100
119
|
public init?(rawValue: Swift.String)
|
|
120
|
+
#endif
|
|
101
121
|
public typealias AllCases = [AppSprintSDK.AppSprintEventType]
|
|
102
122
|
public typealias RawValue = Swift.String
|
|
103
123
|
nonisolated public static var allCases: [AppSprintSDK.AppSprintEventType] {
|
|
@@ -112,7 +132,9 @@ public enum AppSprintAttStatus : Swift.String, Swift.Codable, Swift.Sendable {
|
|
|
112
132
|
case restricted
|
|
113
133
|
case denied
|
|
114
134
|
case authorized
|
|
135
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
115
136
|
public init?(rawValue: Swift.String)
|
|
137
|
+
#endif
|
|
116
138
|
public typealias RawValue = Swift.String
|
|
117
139
|
public var rawValue: Swift.String {
|
|
118
140
|
get
|
|
@@ -137,7 +159,9 @@ public struct AppleAdsAttribution : Swift.Codable, Swift.Equatable, Swift.Sendab
|
|
|
137
159
|
public let impressionDate: Swift.String?
|
|
138
160
|
public let conversionType: Swift.String?
|
|
139
161
|
public let supplyPlacement: Swift.String?
|
|
162
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
140
163
|
public init(campaignId: Swift.String, orgId: Swift.String? = nil, adGroupId: Swift.String? = nil, keywordId: Swift.String? = nil, adId: Swift.String? = nil, countryOrRegion: Swift.String? = nil, claimType: Swift.String? = nil, clickDate: Swift.String? = nil, impressionDate: Swift.String? = nil, conversionType: Swift.String? = nil, supplyPlacement: Swift.String? = nil)
|
|
164
|
+
#endif
|
|
141
165
|
public static func == (a: AppSprintSDK.AppleAdsAttribution, b: AppSprintSDK.AppleAdsAttribution) -> Swift.Bool
|
|
142
166
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
143
167
|
public init(from decoder: any Swift.Decoder) throws
|
|
@@ -158,11 +182,17 @@ public struct AttributionResult : Swift.Codable, Swift.Equatable, Swift.Sendable
|
|
|
158
182
|
public var confidence: Swift.Double {
|
|
159
183
|
get
|
|
160
184
|
}
|
|
185
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
161
186
|
public var campaignName: Swift.String? {
|
|
162
187
|
get
|
|
163
188
|
}
|
|
189
|
+
#endif
|
|
190
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
164
191
|
public init(source: Swift.String, confidence: Swift.Double, campaignName: Swift.String? = nil, utmSource: Swift.String? = nil, utmMedium: Swift.String? = nil, utmCampaign: Swift.String? = nil)
|
|
192
|
+
#endif
|
|
193
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
165
194
|
public init(isAttributed: Swift.Bool, source: Swift.String? = nil, matchType: Swift.String? = nil, link: AppSprintSDK.AttributionLink? = nil, appleAds: AppSprintSDK.AppleAdsAttribution? = nil, utmSource: Swift.String? = nil, utmMedium: Swift.String? = nil, utmCampaign: Swift.String? = nil, utmContent: Swift.String? = nil, utmTerm: Swift.String? = nil)
|
|
195
|
+
#endif
|
|
166
196
|
public static func == (a: AppSprintSDK.AttributionResult, b: AppSprintSDK.AttributionResult) -> Swift.Bool
|
|
167
197
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
168
198
|
public init(from decoder: any Swift.Decoder) throws
|
|
@@ -172,7 +202,9 @@ public struct InstallResponse : Swift.Codable, Swift.Sendable {
|
|
|
172
202
|
public let installId: Swift.String?
|
|
173
203
|
public let attribution: AppSprintSDK.AttributionResult
|
|
174
204
|
public let attributionParams: [Swift.String : Swift.String]?
|
|
205
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
175
206
|
public init(appsprintId: Swift.String, installId: Swift.String? = nil, attribution: AppSprintSDK.AttributionResult, attributionParams: [Swift.String : Swift.String]? = nil)
|
|
207
|
+
#endif
|
|
176
208
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
177
209
|
public init(from decoder: any Swift.Decoder) throws
|
|
178
210
|
}
|
|
@@ -222,7 +254,9 @@ public struct DeviceInfo : Swift.Codable, Swift.Equatable, Swift.Sendable {
|
|
|
222
254
|
public let idfa: Swift.String?
|
|
223
255
|
public let adServicesToken: Swift.String?
|
|
224
256
|
public let attStatus: AppSprintSDK.AppSprintAttStatus?
|
|
257
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
225
258
|
public init(deviceModel: Swift.String? = nil, screenWidth: Swift.Int? = nil, screenHeight: Swift.Int? = nil, nativeScreenWidth: Swift.Int? = nil, nativeScreenHeight: Swift.Int? = nil, screenScale: Swift.Double? = nil, hardwareConcurrency: Swift.Int? = nil, processorCount: Swift.Int? = nil, maxTouchPoints: Swift.Int? = nil, memoryGb: Swift.Int? = nil, lowPowerMode: Swift.Bool? = nil, batteryState: Swift.String? = nil, batteryLevelBucket: Swift.String? = nil, preferredLanguages: [Swift.String]? = nil, timezoneOffsetMinutes: Swift.Int? = nil, deviceManufacturer: Swift.String? = nil, deviceBrand: Swift.String? = nil, deviceProduct: Swift.String? = nil, deviceHardware: Swift.String? = nil, gpuVendor: Swift.String? = nil, gpuRenderer: Swift.String? = nil, connectionType: Swift.String? = nil, networkType: Swift.String? = nil, colorScheme: Swift.String? = nil, carrierName: Swift.String? = nil, carrierCountryCode: Swift.String? = nil, mobileCountryCode: Swift.String? = nil, mobileNetworkCode: Swift.String? = nil, sdkPlatform: Swift.String? = nil, sdkVersion: Swift.String? = nil, sdkWebViewUserAgent: Swift.String? = nil, locale: Swift.String? = nil, timezone: Swift.String? = nil, osVersion: Swift.String? = nil, appVersion: Swift.String? = nil, idfv: Swift.String? = nil, idfa: Swift.String? = nil, adServicesToken: Swift.String? = nil, attStatus: AppSprintSDK.AppSprintAttStatus? = nil)
|
|
259
|
+
#endif
|
|
226
260
|
public static func == (a: AppSprintSDK.DeviceInfo, b: AppSprintSDK.DeviceInfo) -> Swift.Bool
|
|
227
261
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
228
262
|
public init(from decoder: any Swift.Decoder) throws
|
|
@@ -231,7 +265,9 @@ public enum GoogleAdsConsentStatus : Swift.String, Swift.Codable, Swift.Sendable
|
|
|
231
265
|
case granted
|
|
232
266
|
case denied
|
|
233
267
|
case unspecified
|
|
268
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
234
269
|
public init?(rawValue: Swift.String)
|
|
270
|
+
#endif
|
|
235
271
|
public typealias RawValue = Swift.String
|
|
236
272
|
public var rawValue: Swift.String {
|
|
237
273
|
get
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 6.
|
|
3
|
-
// swift-module-flags: -target x86_64-apple-ios14.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -module-name AppSprintSDK -package-name appsprint_ios
|
|
4
|
-
// swift-module-flags-ignorable: -formal-cxx-interoperability-mode=off -interface-compiler-version 6.
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
|
3
|
+
// swift-module-flags: -target x86_64-apple-ios14.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -module-name AppSprintSDK -package-name appsprint_ios
|
|
4
|
+
// swift-module-flags-ignorable: -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
|
|
5
5
|
import AdServices
|
|
6
6
|
import AdSupport
|
|
7
7
|
import AppTrackingTransparency
|
|
@@ -27,17 +27,25 @@ import os
|
|
|
27
27
|
}
|
|
28
28
|
@_Concurrency.MainActor public init()
|
|
29
29
|
@_Concurrency.MainActor final public func configure(_ config: AppSprintSDK.AppSprintConfig) async
|
|
30
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
30
31
|
@_Concurrency.MainActor final public func sendEvent(_ eventType: AppSprintSDK.AppSprintEventType, name: Swift.String? = nil, params: [Swift.String : Any]? = nil) async
|
|
32
|
+
#endif
|
|
31
33
|
@_Concurrency.MainActor final public func flush() async
|
|
32
34
|
@_Concurrency.MainActor final public func clearData()
|
|
33
35
|
@_Concurrency.MainActor final public func isSdkDisabled() -> Swift.Bool
|
|
34
36
|
@_Concurrency.MainActor final public func setCustomerUserId(_ userId: Swift.String) async
|
|
35
37
|
@_Concurrency.MainActor final public func sendTestEvent() async -> AppSprintSDK.TestEventResult
|
|
38
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
36
39
|
@_Concurrency.MainActor final public func getAppSprintId() -> Swift.String?
|
|
40
|
+
#endif
|
|
41
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
37
42
|
@_Concurrency.MainActor final public func getAttribution() -> AppSprintSDK.AttributionResult?
|
|
43
|
+
#endif
|
|
38
44
|
@_Concurrency.MainActor final public func getAttributionParams() -> [Swift.String : Swift.String]
|
|
45
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
39
46
|
@discardableResult
|
|
40
47
|
@_Concurrency.MainActor final public func refreshAttribution() async -> AppSprintSDK.AttributionResult?
|
|
48
|
+
#endif
|
|
41
49
|
@discardableResult
|
|
42
50
|
@_Concurrency.MainActor final public func enableAppleAdsAttribution() -> Swift.Bool
|
|
43
51
|
@_Concurrency.MainActor final public func destroy()
|
|
@@ -54,15 +62,23 @@ public struct AppSprintConfig : Swift.Sendable {
|
|
|
54
62
|
public var autoTrackSessions: Swift.Bool
|
|
55
63
|
public var autoRefreshAttribution: Swift.Bool
|
|
56
64
|
public var googleAdsConsent: AppSprintSDK.GoogleAdsConsent?
|
|
65
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
57
66
|
public init(apiKey: Swift.String, apiURL: Foundation.URL = AppSprintConfig.defaultAPIURL, enableAppleAdsAttribution: Swift.Bool = true, isDebug: Swift.Bool = false, logLevel: AppSprintSDK.AppSprintLogLevel = .warn, customerUserId: Swift.String? = nil, autoTrackSessions: Swift.Bool = true, autoRefreshAttribution: Swift.Bool = true, googleAdsConsent: AppSprintSDK.GoogleAdsConsent? = nil)
|
|
67
|
+
#endif
|
|
58
68
|
}
|
|
59
69
|
public enum AppSprintNative {
|
|
60
70
|
@_Concurrency.MainActor public static func getDeviceInfo() -> AppSprintSDK.DeviceInfo
|
|
71
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
61
72
|
public static func getAdServicesToken() -> Swift.String?
|
|
73
|
+
#endif
|
|
74
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
62
75
|
@_Concurrency.MainActor public static func getWebViewUserAgent() async -> Swift.String?
|
|
76
|
+
#endif
|
|
63
77
|
@_Concurrency.MainActor public static func requestTrackingAuthorization() async -> Swift.Bool
|
|
64
78
|
public static func storageSet(_ key: Swift.String, value: Swift.String)
|
|
79
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
65
80
|
public static func storageGet(_ key: Swift.String) -> Swift.String?
|
|
81
|
+
#endif
|
|
66
82
|
public static func storageRemove(_ key: Swift.String)
|
|
67
83
|
}
|
|
68
84
|
public enum AppSprintLogLevel : Swift.Int, Swift.Codable, Swift.Sendable {
|
|
@@ -70,7 +86,9 @@ public enum AppSprintLogLevel : Swift.Int, Swift.Codable, Swift.Sendable {
|
|
|
70
86
|
case info
|
|
71
87
|
case warn
|
|
72
88
|
case error
|
|
89
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
73
90
|
public init?(rawValue: Swift.Int)
|
|
91
|
+
#endif
|
|
74
92
|
public typealias RawValue = Swift.Int
|
|
75
93
|
public var rawValue: Swift.Int {
|
|
76
94
|
get
|
|
@@ -97,7 +115,9 @@ public enum AppSprintEventType : Swift.String, Swift.Codable, Swift.CaseIterable
|
|
|
97
115
|
case levelStart
|
|
98
116
|
case levelComplete
|
|
99
117
|
case custom
|
|
118
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
100
119
|
public init?(rawValue: Swift.String)
|
|
120
|
+
#endif
|
|
101
121
|
public typealias AllCases = [AppSprintSDK.AppSprintEventType]
|
|
102
122
|
public typealias RawValue = Swift.String
|
|
103
123
|
nonisolated public static var allCases: [AppSprintSDK.AppSprintEventType] {
|
|
@@ -112,7 +132,9 @@ public enum AppSprintAttStatus : Swift.String, Swift.Codable, Swift.Sendable {
|
|
|
112
132
|
case restricted
|
|
113
133
|
case denied
|
|
114
134
|
case authorized
|
|
135
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
115
136
|
public init?(rawValue: Swift.String)
|
|
137
|
+
#endif
|
|
116
138
|
public typealias RawValue = Swift.String
|
|
117
139
|
public var rawValue: Swift.String {
|
|
118
140
|
get
|
|
@@ -137,7 +159,9 @@ public struct AppleAdsAttribution : Swift.Codable, Swift.Equatable, Swift.Sendab
|
|
|
137
159
|
public let impressionDate: Swift.String?
|
|
138
160
|
public let conversionType: Swift.String?
|
|
139
161
|
public let supplyPlacement: Swift.String?
|
|
162
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
140
163
|
public init(campaignId: Swift.String, orgId: Swift.String? = nil, adGroupId: Swift.String? = nil, keywordId: Swift.String? = nil, adId: Swift.String? = nil, countryOrRegion: Swift.String? = nil, claimType: Swift.String? = nil, clickDate: Swift.String? = nil, impressionDate: Swift.String? = nil, conversionType: Swift.String? = nil, supplyPlacement: Swift.String? = nil)
|
|
164
|
+
#endif
|
|
141
165
|
public static func == (a: AppSprintSDK.AppleAdsAttribution, b: AppSprintSDK.AppleAdsAttribution) -> Swift.Bool
|
|
142
166
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
143
167
|
public init(from decoder: any Swift.Decoder) throws
|
|
@@ -158,11 +182,17 @@ public struct AttributionResult : Swift.Codable, Swift.Equatable, Swift.Sendable
|
|
|
158
182
|
public var confidence: Swift.Double {
|
|
159
183
|
get
|
|
160
184
|
}
|
|
185
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
161
186
|
public var campaignName: Swift.String? {
|
|
162
187
|
get
|
|
163
188
|
}
|
|
189
|
+
#endif
|
|
190
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
164
191
|
public init(source: Swift.String, confidence: Swift.Double, campaignName: Swift.String? = nil, utmSource: Swift.String? = nil, utmMedium: Swift.String? = nil, utmCampaign: Swift.String? = nil)
|
|
192
|
+
#endif
|
|
193
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
165
194
|
public init(isAttributed: Swift.Bool, source: Swift.String? = nil, matchType: Swift.String? = nil, link: AppSprintSDK.AttributionLink? = nil, appleAds: AppSprintSDK.AppleAdsAttribution? = nil, utmSource: Swift.String? = nil, utmMedium: Swift.String? = nil, utmCampaign: Swift.String? = nil, utmContent: Swift.String? = nil, utmTerm: Swift.String? = nil)
|
|
195
|
+
#endif
|
|
166
196
|
public static func == (a: AppSprintSDK.AttributionResult, b: AppSprintSDK.AttributionResult) -> Swift.Bool
|
|
167
197
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
168
198
|
public init(from decoder: any Swift.Decoder) throws
|
|
@@ -172,7 +202,9 @@ public struct InstallResponse : Swift.Codable, Swift.Sendable {
|
|
|
172
202
|
public let installId: Swift.String?
|
|
173
203
|
public let attribution: AppSprintSDK.AttributionResult
|
|
174
204
|
public let attributionParams: [Swift.String : Swift.String]?
|
|
205
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
175
206
|
public init(appsprintId: Swift.String, installId: Swift.String? = nil, attribution: AppSprintSDK.AttributionResult, attributionParams: [Swift.String : Swift.String]? = nil)
|
|
207
|
+
#endif
|
|
176
208
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
177
209
|
public init(from decoder: any Swift.Decoder) throws
|
|
178
210
|
}
|
|
@@ -222,7 +254,9 @@ public struct DeviceInfo : Swift.Codable, Swift.Equatable, Swift.Sendable {
|
|
|
222
254
|
public let idfa: Swift.String?
|
|
223
255
|
public let adServicesToken: Swift.String?
|
|
224
256
|
public let attStatus: AppSprintSDK.AppSprintAttStatus?
|
|
257
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
225
258
|
public init(deviceModel: Swift.String? = nil, screenWidth: Swift.Int? = nil, screenHeight: Swift.Int? = nil, nativeScreenWidth: Swift.Int? = nil, nativeScreenHeight: Swift.Int? = nil, screenScale: Swift.Double? = nil, hardwareConcurrency: Swift.Int? = nil, processorCount: Swift.Int? = nil, maxTouchPoints: Swift.Int? = nil, memoryGb: Swift.Int? = nil, lowPowerMode: Swift.Bool? = nil, batteryState: Swift.String? = nil, batteryLevelBucket: Swift.String? = nil, preferredLanguages: [Swift.String]? = nil, timezoneOffsetMinutes: Swift.Int? = nil, deviceManufacturer: Swift.String? = nil, deviceBrand: Swift.String? = nil, deviceProduct: Swift.String? = nil, deviceHardware: Swift.String? = nil, gpuVendor: Swift.String? = nil, gpuRenderer: Swift.String? = nil, connectionType: Swift.String? = nil, networkType: Swift.String? = nil, colorScheme: Swift.String? = nil, carrierName: Swift.String? = nil, carrierCountryCode: Swift.String? = nil, mobileCountryCode: Swift.String? = nil, mobileNetworkCode: Swift.String? = nil, sdkPlatform: Swift.String? = nil, sdkVersion: Swift.String? = nil, sdkWebViewUserAgent: Swift.String? = nil, locale: Swift.String? = nil, timezone: Swift.String? = nil, osVersion: Swift.String? = nil, appVersion: Swift.String? = nil, idfv: Swift.String? = nil, idfa: Swift.String? = nil, adServicesToken: Swift.String? = nil, attStatus: AppSprintSDK.AppSprintAttStatus? = nil)
|
|
259
|
+
#endif
|
|
226
260
|
public static func == (a: AppSprintSDK.DeviceInfo, b: AppSprintSDK.DeviceInfo) -> Swift.Bool
|
|
227
261
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
228
262
|
public init(from decoder: any Swift.Decoder) throws
|
|
@@ -231,7 +265,9 @@ public enum GoogleAdsConsentStatus : Swift.String, Swift.Codable, Swift.Sendable
|
|
|
231
265
|
case granted
|
|
232
266
|
case denied
|
|
233
267
|
case unspecified
|
|
268
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
234
269
|
public init?(rawValue: Swift.String)
|
|
270
|
+
#endif
|
|
235
271
|
public typealias RawValue = Swift.String
|
|
236
272
|
public var rawValue: Swift.String {
|
|
237
273
|
get
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 6.
|
|
3
|
-
// swift-module-flags: -target x86_64-apple-ios14.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -module-name AppSprintSDK -package-name appsprint_ios
|
|
4
|
-
// swift-module-flags-ignorable: -formal-cxx-interoperability-mode=off -interface-compiler-version 6.
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
|
3
|
+
// swift-module-flags: -target x86_64-apple-ios14.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -module-name AppSprintSDK -package-name appsprint_ios
|
|
4
|
+
// swift-module-flags-ignorable: -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
|
|
5
5
|
import AdServices
|
|
6
6
|
import AdSupport
|
|
7
7
|
import AppTrackingTransparency
|
|
@@ -27,17 +27,25 @@ import os
|
|
|
27
27
|
}
|
|
28
28
|
@_Concurrency.MainActor public init()
|
|
29
29
|
@_Concurrency.MainActor final public func configure(_ config: AppSprintSDK.AppSprintConfig) async
|
|
30
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
30
31
|
@_Concurrency.MainActor final public func sendEvent(_ eventType: AppSprintSDK.AppSprintEventType, name: Swift.String? = nil, params: [Swift.String : Any]? = nil) async
|
|
32
|
+
#endif
|
|
31
33
|
@_Concurrency.MainActor final public func flush() async
|
|
32
34
|
@_Concurrency.MainActor final public func clearData()
|
|
33
35
|
@_Concurrency.MainActor final public func isSdkDisabled() -> Swift.Bool
|
|
34
36
|
@_Concurrency.MainActor final public func setCustomerUserId(_ userId: Swift.String) async
|
|
35
37
|
@_Concurrency.MainActor final public func sendTestEvent() async -> AppSprintSDK.TestEventResult
|
|
38
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
36
39
|
@_Concurrency.MainActor final public func getAppSprintId() -> Swift.String?
|
|
40
|
+
#endif
|
|
41
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
37
42
|
@_Concurrency.MainActor final public func getAttribution() -> AppSprintSDK.AttributionResult?
|
|
43
|
+
#endif
|
|
38
44
|
@_Concurrency.MainActor final public func getAttributionParams() -> [Swift.String : Swift.String]
|
|
45
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
39
46
|
@discardableResult
|
|
40
47
|
@_Concurrency.MainActor final public func refreshAttribution() async -> AppSprintSDK.AttributionResult?
|
|
48
|
+
#endif
|
|
41
49
|
@discardableResult
|
|
42
50
|
@_Concurrency.MainActor final public func enableAppleAdsAttribution() -> Swift.Bool
|
|
43
51
|
@_Concurrency.MainActor final public func destroy()
|
|
@@ -54,15 +62,23 @@ public struct AppSprintConfig : Swift.Sendable {
|
|
|
54
62
|
public var autoTrackSessions: Swift.Bool
|
|
55
63
|
public var autoRefreshAttribution: Swift.Bool
|
|
56
64
|
public var googleAdsConsent: AppSprintSDK.GoogleAdsConsent?
|
|
65
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
57
66
|
public init(apiKey: Swift.String, apiURL: Foundation.URL = AppSprintConfig.defaultAPIURL, enableAppleAdsAttribution: Swift.Bool = true, isDebug: Swift.Bool = false, logLevel: AppSprintSDK.AppSprintLogLevel = .warn, customerUserId: Swift.String? = nil, autoTrackSessions: Swift.Bool = true, autoRefreshAttribution: Swift.Bool = true, googleAdsConsent: AppSprintSDK.GoogleAdsConsent? = nil)
|
|
67
|
+
#endif
|
|
58
68
|
}
|
|
59
69
|
public enum AppSprintNative {
|
|
60
70
|
@_Concurrency.MainActor public static func getDeviceInfo() -> AppSprintSDK.DeviceInfo
|
|
71
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
61
72
|
public static func getAdServicesToken() -> Swift.String?
|
|
73
|
+
#endif
|
|
74
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
62
75
|
@_Concurrency.MainActor public static func getWebViewUserAgent() async -> Swift.String?
|
|
76
|
+
#endif
|
|
63
77
|
@_Concurrency.MainActor public static func requestTrackingAuthorization() async -> Swift.Bool
|
|
64
78
|
public static func storageSet(_ key: Swift.String, value: Swift.String)
|
|
79
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
65
80
|
public static func storageGet(_ key: Swift.String) -> Swift.String?
|
|
81
|
+
#endif
|
|
66
82
|
public static func storageRemove(_ key: Swift.String)
|
|
67
83
|
}
|
|
68
84
|
public enum AppSprintLogLevel : Swift.Int, Swift.Codable, Swift.Sendable {
|
|
@@ -70,7 +86,9 @@ public enum AppSprintLogLevel : Swift.Int, Swift.Codable, Swift.Sendable {
|
|
|
70
86
|
case info
|
|
71
87
|
case warn
|
|
72
88
|
case error
|
|
89
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
73
90
|
public init?(rawValue: Swift.Int)
|
|
91
|
+
#endif
|
|
74
92
|
public typealias RawValue = Swift.Int
|
|
75
93
|
public var rawValue: Swift.Int {
|
|
76
94
|
get
|
|
@@ -97,7 +115,9 @@ public enum AppSprintEventType : Swift.String, Swift.Codable, Swift.CaseIterable
|
|
|
97
115
|
case levelStart
|
|
98
116
|
case levelComplete
|
|
99
117
|
case custom
|
|
118
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
100
119
|
public init?(rawValue: Swift.String)
|
|
120
|
+
#endif
|
|
101
121
|
public typealias AllCases = [AppSprintSDK.AppSprintEventType]
|
|
102
122
|
public typealias RawValue = Swift.String
|
|
103
123
|
nonisolated public static var allCases: [AppSprintSDK.AppSprintEventType] {
|
|
@@ -112,7 +132,9 @@ public enum AppSprintAttStatus : Swift.String, Swift.Codable, Swift.Sendable {
|
|
|
112
132
|
case restricted
|
|
113
133
|
case denied
|
|
114
134
|
case authorized
|
|
135
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
115
136
|
public init?(rawValue: Swift.String)
|
|
137
|
+
#endif
|
|
116
138
|
public typealias RawValue = Swift.String
|
|
117
139
|
public var rawValue: Swift.String {
|
|
118
140
|
get
|
|
@@ -137,7 +159,9 @@ public struct AppleAdsAttribution : Swift.Codable, Swift.Equatable, Swift.Sendab
|
|
|
137
159
|
public let impressionDate: Swift.String?
|
|
138
160
|
public let conversionType: Swift.String?
|
|
139
161
|
public let supplyPlacement: Swift.String?
|
|
162
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
140
163
|
public init(campaignId: Swift.String, orgId: Swift.String? = nil, adGroupId: Swift.String? = nil, keywordId: Swift.String? = nil, adId: Swift.String? = nil, countryOrRegion: Swift.String? = nil, claimType: Swift.String? = nil, clickDate: Swift.String? = nil, impressionDate: Swift.String? = nil, conversionType: Swift.String? = nil, supplyPlacement: Swift.String? = nil)
|
|
164
|
+
#endif
|
|
141
165
|
public static func == (a: AppSprintSDK.AppleAdsAttribution, b: AppSprintSDK.AppleAdsAttribution) -> Swift.Bool
|
|
142
166
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
143
167
|
public init(from decoder: any Swift.Decoder) throws
|
|
@@ -158,11 +182,17 @@ public struct AttributionResult : Swift.Codable, Swift.Equatable, Swift.Sendable
|
|
|
158
182
|
public var confidence: Swift.Double {
|
|
159
183
|
get
|
|
160
184
|
}
|
|
185
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
161
186
|
public var campaignName: Swift.String? {
|
|
162
187
|
get
|
|
163
188
|
}
|
|
189
|
+
#endif
|
|
190
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
164
191
|
public init(source: Swift.String, confidence: Swift.Double, campaignName: Swift.String? = nil, utmSource: Swift.String? = nil, utmMedium: Swift.String? = nil, utmCampaign: Swift.String? = nil)
|
|
192
|
+
#endif
|
|
193
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
165
194
|
public init(isAttributed: Swift.Bool, source: Swift.String? = nil, matchType: Swift.String? = nil, link: AppSprintSDK.AttributionLink? = nil, appleAds: AppSprintSDK.AppleAdsAttribution? = nil, utmSource: Swift.String? = nil, utmMedium: Swift.String? = nil, utmCampaign: Swift.String? = nil, utmContent: Swift.String? = nil, utmTerm: Swift.String? = nil)
|
|
195
|
+
#endif
|
|
166
196
|
public static func == (a: AppSprintSDK.AttributionResult, b: AppSprintSDK.AttributionResult) -> Swift.Bool
|
|
167
197
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
168
198
|
public init(from decoder: any Swift.Decoder) throws
|
|
@@ -172,7 +202,9 @@ public struct InstallResponse : Swift.Codable, Swift.Sendable {
|
|
|
172
202
|
public let installId: Swift.String?
|
|
173
203
|
public let attribution: AppSprintSDK.AttributionResult
|
|
174
204
|
public let attributionParams: [Swift.String : Swift.String]?
|
|
205
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
175
206
|
public init(appsprintId: Swift.String, installId: Swift.String? = nil, attribution: AppSprintSDK.AttributionResult, attributionParams: [Swift.String : Swift.String]? = nil)
|
|
207
|
+
#endif
|
|
176
208
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
177
209
|
public init(from decoder: any Swift.Decoder) throws
|
|
178
210
|
}
|
|
@@ -222,7 +254,9 @@ public struct DeviceInfo : Swift.Codable, Swift.Equatable, Swift.Sendable {
|
|
|
222
254
|
public let idfa: Swift.String?
|
|
223
255
|
public let adServicesToken: Swift.String?
|
|
224
256
|
public let attStatus: AppSprintSDK.AppSprintAttStatus?
|
|
257
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
225
258
|
public init(deviceModel: Swift.String? = nil, screenWidth: Swift.Int? = nil, screenHeight: Swift.Int? = nil, nativeScreenWidth: Swift.Int? = nil, nativeScreenHeight: Swift.Int? = nil, screenScale: Swift.Double? = nil, hardwareConcurrency: Swift.Int? = nil, processorCount: Swift.Int? = nil, maxTouchPoints: Swift.Int? = nil, memoryGb: Swift.Int? = nil, lowPowerMode: Swift.Bool? = nil, batteryState: Swift.String? = nil, batteryLevelBucket: Swift.String? = nil, preferredLanguages: [Swift.String]? = nil, timezoneOffsetMinutes: Swift.Int? = nil, deviceManufacturer: Swift.String? = nil, deviceBrand: Swift.String? = nil, deviceProduct: Swift.String? = nil, deviceHardware: Swift.String? = nil, gpuVendor: Swift.String? = nil, gpuRenderer: Swift.String? = nil, connectionType: Swift.String? = nil, networkType: Swift.String? = nil, colorScheme: Swift.String? = nil, carrierName: Swift.String? = nil, carrierCountryCode: Swift.String? = nil, mobileCountryCode: Swift.String? = nil, mobileNetworkCode: Swift.String? = nil, sdkPlatform: Swift.String? = nil, sdkVersion: Swift.String? = nil, sdkWebViewUserAgent: Swift.String? = nil, locale: Swift.String? = nil, timezone: Swift.String? = nil, osVersion: Swift.String? = nil, appVersion: Swift.String? = nil, idfv: Swift.String? = nil, idfa: Swift.String? = nil, adServicesToken: Swift.String? = nil, attStatus: AppSprintSDK.AppSprintAttStatus? = nil)
|
|
259
|
+
#endif
|
|
226
260
|
public static func == (a: AppSprintSDK.DeviceInfo, b: AppSprintSDK.DeviceInfo) -> Swift.Bool
|
|
227
261
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
228
262
|
public init(from decoder: any Swift.Decoder) throws
|
|
@@ -231,7 +265,9 @@ public enum GoogleAdsConsentStatus : Swift.String, Swift.Codable, Swift.Sendable
|
|
|
231
265
|
case granted
|
|
232
266
|
case denied
|
|
233
267
|
case unspecified
|
|
268
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
234
269
|
public init?(rawValue: Swift.String)
|
|
270
|
+
#endif
|
|
235
271
|
public typealias RawValue = Swift.String
|
|
236
272
|
public var rawValue: Swift.String {
|
|
237
273
|
get
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
22
22
|
<true/>
|
|
23
23
|
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
24
|
-
<
|
|
24
|
+
<false/>
|
|
25
25
|
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
26
26
|
<array>
|
|
27
27
|
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
|
|
28
|
-
<string>
|
|
28
|
+
<string>NSPrivacyCollectedDataTypePurposeDeveloperAdvertising</string>
|
|
29
29
|
</array>
|
|
30
30
|
</dict>
|
|
31
31
|
<dict>
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
35
35
|
<true/>
|
|
36
36
|
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
37
|
-
<
|
|
37
|
+
<false/>
|
|
38
38
|
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
39
39
|
<array>
|
|
40
40
|
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
|
|
41
|
-
<string>
|
|
41
|
+
<string>NSPrivacyCollectedDataTypePurposeDeveloperAdvertising</string>
|
|
42
42
|
</array>
|
|
43
43
|
</dict>
|
|
44
44
|
<dict>
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
48
48
|
<true/>
|
|
49
49
|
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
50
|
-
<
|
|
50
|
+
<false/>
|
|
51
51
|
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
52
52
|
<array>
|
|
53
53
|
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
|
|
54
|
-
<string>
|
|
54
|
+
<string>NSPrivacyCollectedDataTypePurposeDeveloperAdvertising</string>
|
|
55
55
|
</array>
|
|
56
56
|
</dict>
|
|
57
57
|
<dict>
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
61
61
|
<true/>
|
|
62
62
|
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
63
|
-
<
|
|
63
|
+
<false/>
|
|
64
64
|
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
65
65
|
<array>
|
|
66
66
|
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
|
|
67
|
-
<string>
|
|
67
|
+
<string>NSPrivacyCollectedDataTypePurposeDeveloperAdvertising</string>
|
|
68
68
|
</array>
|
|
69
69
|
</dict>
|
|
70
70
|
<dict>
|
|
@@ -73,19 +73,15 @@
|
|
|
73
73
|
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
74
74
|
<true/>
|
|
75
75
|
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
76
|
-
<
|
|
76
|
+
<false/>
|
|
77
77
|
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
78
78
|
<array>
|
|
79
79
|
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
|
|
80
|
-
<string>
|
|
80
|
+
<string>NSPrivacyCollectedDataTypePurposeDeveloperAdvertising</string>
|
|
81
81
|
</array>
|
|
82
82
|
</dict>
|
|
83
83
|
</array>
|
|
84
84
|
<key>NSPrivacyTracking</key>
|
|
85
|
-
<
|
|
86
|
-
<key>NSPrivacyTrackingDomains</key>
|
|
87
|
-
<array>
|
|
88
|
-
<string>api.appsprint.app</string>
|
|
89
|
-
</array>
|
|
85
|
+
<false/>
|
|
90
86
|
</dict>
|
|
91
87
|
</plist>
|