Skip to content

Commit b0b57d6

Browse files
authored
Update Troubleshooting.md
1 parent 5248cc8 commit b0b57d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Troubleshooting.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
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.
1213

1314
To enable Swizzling, you have 3 options:
1415
- [Using info .plist](#info)
1516
- [Using a c# Script](#script)
16-
- [Using macroprocessor](#macro)
17+
- [Using macroprocessor starting v6.5.3](#macro)
1718

1819
#### <a id="info"> Using info .plist
1920

0 commit comments

Comments
 (0)