Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving script files to specific folder and change function name of cStringCopy #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bernardinus
Copy link

  • move Appsflyer script files to Appsflyer folder
    Move Appsflyer cs script path to Appsflyer folder in Assets, because we can't to call our class in AppsflyerTrackerCallback.cs.
    We need to move AppsflyerTrackerCallback.cs outside of Plugins folder by ourselves because it exists in Plugins folder and always compiled in the first phase.
    Reference : https://docs.unity3d.com/Manual/ScriptCompileOrderFolders.html

  • change cStringCopy to cAFStringCopy [iOS]
    If there is a function with the same name will get EXC_BAD_ACCESS if executed in iOS, because only used internally better change the function name to reduce conflict.

+ change cStringCopy to cAFStringCopy
@stopiccot
Copy link

+1 for moving appsflyer sdk to a specific folder

@Deathwing
Copy link

Moving the SDK to a separate folder is must-have...don't know why the SDK on its own doesn't support that yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants