Not able to send Event to AEP via React Native Android App | Community
Skip to main content
October 26, 2023
Question

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

  • October 26, 2023
  • 1 reply
  • 1096 views

 

 

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); })

 

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

November 24, 2023

lets connect