From 0273a7a573fbbcbd437b511b15efc41ba1570770 Mon Sep 17 00:00:00 2001 From: af-margot <48682256+af-margot@users.noreply.github.com> Date: Mon, 15 Mar 2021 23:03:31 +0200 Subject: [PATCH] Update iOS_README.md --- docs/iOS_README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/iOS_README.md b/docs/iOS_README.md index 8ee1d16..f80b4f8 100644 --- a/docs/iOS_README.md +++ b/docs/iOS_README.md @@ -37,9 +37,9 @@ to `Classes/AppsFlyer` 2\. It looks like in the image below. -![add-iOS-files](https://github.com/AppsFlyerSDK/AppsFlyerCocos2dX/blob/development/Resources/preprocessor_macro.png?raw=true) +![](https://raw.githubusercontent.com/AppsFlyerSDK/appsflyer-cocos2dx-plugin/master/Resources/add-to-iOS-mk.png) If you want to use [AppsFlyer Strict mode SDK](https://support.appsflyer.com/hc/en-us/articles/207032066-iOS-SDK-V6-X-integration-guide-for-developers#integration-strict-mode-sdk):
1\. Download the source files from [here](https://github.com/AppsFlyerSDK/AppsFlyerCocos2dX/tree/master/Classes/Strict/AppsFlyer) and copy them to your project 2\. Inside Xcode, go to your target, then **Build Settings** and define the Preprocessor Macro `AFSDK_NO_IDFA=1`
-![preprocessor_macro](https://github.com/AppsFlyerSDK/AppsFlyerCocos2dX/blob/development/Resources/preprocessor_macro.png?raw=true) +![](https://raw.githubusercontent.com/AppsFlyerSDK/appsflyer-cocos2dx-plugin/master/Resources/preprocessor_macro.png)