Expand my Community achievements bar.

Help shape the future of AI assistance by participating in this quick card sorting activity. Your input will help create a more effective system that better serves your needs and those of your colleagues.

Not able to send Event to AEP via React Native Android App

Avatar

Level 1

 

 

Hi,

 

I am integrating react native demo android app, with AEP mobile SDK and trying to send event directly by passing dataset ID, everything is working fine, except the below code is not executing, has anyone else experienced the same, any suggestions/help would be appreciated.

 

Note: I have followed the below documentation and have installed along the libraries and pre-requirements.

 

 

 

 

Edge.sendEvent(experienceEvent).then(eventHandles => {
        console.log('AdobeExperienceSDK: EdgeEventHandles = ' + eventHandles);
        let eventHandlesStr = JSON.stringify(eventHandles);
        console.log('AdobeExperienceSDK: EdgeEventHandles = ' + eventHandlesStr);
        setEventHandles(eventHandlesStr);
      })

 

 

 

 

1 Reply