File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 99* When a conflict occurs these methods may not be invoked.
1010* The solution provided by the AppsFlyer Unity Plugin is [ Swizzling] ( https://medium.com/rocknnull/ios-to-swizzle-or-not-to-swizzle-f8b0ed4a1ce6 ) .
1111* Starting from ` v6.0.7 ` there is an option to enable swizzling automatically.
12- We recommend using the macroprocessor option, which is the easiest one. This option is supported from version v6.5.3.
1312
1413To enable Swizzling, you have 3 options:
1514- [ Using info .plist] ( #info )
1615- [ Using a c# Script] ( #script )
1716- [ Using macroprocessor starting v6.5.3] ( #macro )
1817
18+ We recommend using the macroprocessor option, which is the easiest one. This option is supported from version v6.5.3.
19+
1920#### <a id =" info " > Using info .plist
2021
2122* To enable swizzling, in the info.plist file, a boolean K/V called ` AppsFlyerShouldSwizzle ` should be set to 1 (true).
You can’t perform that action at this time.
0 commit comments