File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 </androidPackages >
1212
1313 <iosPods >
14- <iosPod name =" AppsFlyerFramework/Strict " version =" 6.3.5" minTargetSdk =" 9.0" >
14+ <iosPod name =" AppsFlyerFramework" version =" 6.3.5" minTargetSdk =" 9.0" >
1515 </iosPod >
1616 </iosPods >
1717
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const void _setCurrencyCode (const char* currencyCode) {
5757 }
5858
5959 const void _setDisableCollectAppleAdSupport (bool disableAdvertisingIdentifier) {
60- [AppsFlyerLib shared ].disableAdvertisingIdentifier = disableAdvertisingIdentifier;
60+ [AppsFlyerLib shared ].disableAdvertisingIdentifier = disableAdvertisingIdentifier;
6161 }
6262
6363 const void _setIsDebug (bool isDebug) {
@@ -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) {
Original file line number Diff line number Diff line change 11{
22 "name" : " appsflyer-unity-plugin" ,
33 "displayName" : " AppsFlyer" ,
4- "description" : " AppsFlyer Unity plugin strict mode" ,
4+ "description" : " AppsFlyer Unity plugin mode" ,
55 "version" : " 6.3.5" ,
66 "unity" : " 2019.4" ,
77 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments