Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

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

Avatar

Level 1

lets connect