We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5248cc8 commit b0b57d6Copy full SHA for b0b57d6
docs/Troubleshooting.md
@@ -9,11 +9,12 @@
9
* When a conflict occurs these methods may not be invoked.
10
* The solution provided by the AppsFlyer Unity Plugin is [Swizzling](https://medium.com/rocknnull/ios-to-swizzle-or-not-to-swizzle-f8b0ed4a1ce6).
11
* 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.
13
14
To enable Swizzling, you have 3 options:
15
- [Using info .plist](#info)
16
- [Using a c# Script](#script)
-- [Using macroprocessor](#macro)
17
+- [Using macroprocessor starting v6.5.3](#macro)
18
19
#### <a id="info"> Using info .plist
20
0 commit comments