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 11Pod ::Spec . new do |s |
22 s . name = 'ApphudSDK'
3- s . version = '3.5.6 '
3+ s . version = '3.5.7 '
44 s . summary = 'Build and Measure In-App Subscriptions on iOS.'
55 s . description = 'Apphud covers every aspect when it comes to In-App Subscriptions from integration to analytics on iOS and Android.'
66 s . homepage = 'https://github.com/apphud/ApphudSDK'
Original file line number Diff line number Diff line change @@ -74,7 +74,11 @@ extension ApphudInternal {
7474 callback ? ( false )
7575 return
7676 }
77- if let data = data {
77+ if var data = data {
78+ if let adid = identifer {
79+ data [ " adid " ] = adid
80+ }
81+
7882 params [ " adjust_data " ] = data
7983
8084 guard await self . submittedPreviouslyAdjust ( data: data) else {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import Foundation
1414import UserNotifications
1515import SwiftUI
1616
17- internal let apphud_sdk_version = " 3.5.6 "
17+ internal let apphud_sdk_version = " 3.5.7 "
1818
1919// MARK: - Initialization
2020
You can’t perform that action at this time.
0 commit comments