-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #251 from AppsFlyerSDK/releases/6.x.x/6.12.x/6.12.…
…22-rc1 Releases/6.x.x/6.12.x/6.12.22 rc1
- Loading branch information
Showing
19 changed files
with
80 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// | ||
// AFUnityUtils.h | ||
// | ||
// Created by Andrii H. and Dmitry O. on 16 Oct 2023 | ||
// | ||
|
||
#if __has_include(<AppsFlyerLib/AppsFlyerLib.h>) | ||
#import <AppsFlyerLib/AppsFlyerLib.h> | ||
#else | ||
#import "AppsFlyerLib.h" | ||
#endif | ||
|
||
static NSString* stringFromChar(const char *str); | ||
static NSDictionary* dictionaryFromJson(const char *jsonString); | ||
static const char* stringFromdictionary(NSDictionary* dictionary); | ||
static NSArray<NSString*> *NSArrayFromCArray(int length, const char **arr); | ||
static char* getCString(const char* string); | ||
static AppsFlyerLinkGenerator* generatorFromDictionary(NSDictionary* dictionary, AppsFlyerLinkGenerator* generator); | ||
static EmailCryptType emailCryptTypeFromInt(int emailCryptTypeInt); | ||
static NSString* stringFromDeepLinkResultStatus(AFSDKDeepLinkResultStatus deepLinkResult); | ||
static NSString* stringFromDeepLinkResultError(AppsFlyerDeepLinkResult *result); | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-1.01 MB
strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.12.21.unitypackage
Binary file not shown.
Binary file added
BIN
+746 KB
strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.12.22.unitypackage
Binary file not shown.