Skip to content

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