Expand my Community achievements bar.

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