Skip to content

Commit baf8840

Browse files
committed
strict upm
1 parent 1a8ae72 commit baf8840

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Assets/AppsFlyer/Editor/AppsFlyerDependencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</androidPackages>
1212

1313
<iosPods>
14-
<iosPod name="AppsFlyerFramework" version="6.3.5" minTargetSdk="9.0">
14+
<iosPod name="AppsFlyerFramework/Strict" version="6.3.5" minTargetSdk="9.0">
1515
</iosPod>
1616
</iosPods>
1717

Assets/AppsFlyer/Plugins/iOS/AppsFlyeriOSWrapper.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ const void _getConversionData(const char* objectName) {
241241
}
242242

243243
const void _waitForATTUserAuthorizationWithTimeoutInterval (int timeoutInterval) {
244-
[[AppsFlyerLib shared] waitForATTUserAuthorizationWithTimeoutInterval:timeoutInterval];
244+
// [[AppsFlyerLib shared] waitForATTUserAuthorizationWithTimeoutInterval:timeoutInterval];
245245
}
246246

247247
const void _disableSKAdNetwork (bool isDisabled) {

Assets/AppsFlyer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "appsflyer-unity-plugin",
33
"displayName": "AppsFlyer",
44
"description": "AppsFlyer Unity plugin strict mode",
5-
"version": "6.2.61",
5+
"version": "6.3.5",
66
"unity": "2019.4",
77
"license": "MIT",
88
"dependencies": {

0 commit comments

Comments
 (0)