Skip to content

Commit ffc5b19

Browse files
authored
Update Troubleshooting.md
1 parent b7c7200 commit ffc5b19

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,13 +9,14 @@
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

1413
To 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).

0 commit comments

Comments
 (0)