File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'ApphudSDK'
3
- s . version = '3.5.6 '
3
+ s . version = '3.5.7 '
4
4
s . summary = 'Build and Measure In-App Subscriptions on iOS.'
5
5
s . description = 'Apphud covers every aspect when it comes to In-App Subscriptions from integration to analytics on iOS and Android.'
6
6
s . homepage = 'https://github.com/apphud/ApphudSDK'
Original file line number Diff line number Diff line change @@ -74,7 +74,11 @@ extension ApphudInternal {
74
74
callback ? ( false )
75
75
return
76
76
}
77
- if let data = data {
77
+ if var data = data {
78
+ if let adid = identifer {
79
+ data [ " adid " ] = adid
80
+ }
81
+
78
82
params [ " adjust_data " ] = data
79
83
80
84
guard await self . submittedPreviouslyAdjust ( data: data) else {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import Foundation
14
14
import UserNotifications
15
15
import SwiftUI
16
16
17
- internal let apphud_sdk_version = " 3.5.6 "
17
+ internal let apphud_sdk_version = " 3.5.7 "
18
18
19
19
// MARK: - Initialization
20
20
You can’t perform that action at this time.
0 commit comments