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

Version 4.12.0 #25

Merged
merged 36 commits into from
Mar 5, 2018
Merged

Version 4.12.0 #25

merged 36 commits into from
Mar 5, 2018

Conversation

uerceg
Copy link
Contributor

@uerceg uerceg commented Mar 5, 2018

  • Added getAmazonAdId method to Adjust interface.
  • Added setReadMobileEquipmentIdentity method to AdjustConfig interface.
  • Added setAppSecret method to AdjustConfig interface (iOS and Android only).

Obaied and others added 30 commits March 5, 2018 17:28
and update submodules to latest changes
setReadMobileEquipmentIdentity()
Previously, some symbols like onResume() were restricted only to Android
platform. This will not allow a cross-platform app since each codebase
will be different or surrounded with if-statements to check for
platforms.
The change now is to allow the symbols for platform-specific functions
to appear in all platforms and limit their functionality based on the
specific platform.

Ex: I can call onResume() in an iOS codebase but it won't have any
effect.
Details of this are in this issue: adjust/sdk_issues#500 .
Also, this will effectively close this PR:#21
This should not abort the script if the '/libs' directory already exists
@uerceg uerceg merged commit d16eed5 into master Mar 5, 2018
@uerceg uerceg deleted the v4120 branch March 5, 2018 16:57
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.

1 participant