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

feat(identity): add device application stamp read capability #206

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

Conversation

brunofurmon
Copy link

Summary

Testing Plan

  • With local changes, publish the react-native-mparticle module using yalc or through npm-link
  • Install the local package with the according method on your Android or iOS device
  • Call from the bundle:
MParticle.Identity.getCurrentDeviceApplicationStamp((error, deviceApplicationStamp) => {
    if (error) {
        console.error(error);
    } else {
        console.log(deviceApplicationStamp);
    }
});

and you should get a resulting GUID value:
image

Master Issue

No related Issue.

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