Flutter and React-Native App implementation with Adobe Edge | Community
Skip to main content
Level 2
November 7, 2023
Solved

Flutter and React-Native App implementation with Adobe Edge

  • November 7, 2023
  • 1 reply
  • 3673 views

Hi Community,

I have another question regarding the implementation of the mobile SDK using the React-Native and Flutter frameworks.

To provide some context, I've been using the following documentation for the implementation:

 

After setting up the dependencies, I created the XDM schemas and the data stream connected to my Adobe Tags.

The issue arises when I attempt to create the specifications to integrate the source code, which is responsible for collecting all the data and sending it to Adobe Analytics. I couldn't find a specific approach in the documentation (https://developer.adobe.com/client-sdks/home/getting-started/track-events/ ) on how to send these events to Flutter or React-Native.

 

The question is, do we need to create the application in the framework and implement the code from this documentation (https://developer.adobe.com/client-sdks/home/getting-started/track-events/ ) in the IO's and Android folders? Or is there an alternative method?

 

I appreciate any guidance you can provide on this matter.

 

Thank you.

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

This doc should provide some insight:
https://developer.adobe.com/client-sdks/solution/adobe-analytics/migrate-to-edge-network/

On the client side, you can use Edge.sendEvent Approach (Use Edge Extension).
Or MobileCore.trackAction/trackState (Use Edge and Edge Bridge extension).

1 reply

CaliseCheungAdobe EmployeeAccepted solution
Adobe Employee
November 7, 2023

This doc should provide some insight:
https://developer.adobe.com/client-sdks/solution/adobe-analytics/migrate-to-edge-network/

On the client side, you can use Edge.sendEvent Approach (Use Edge Extension).
Or MobileCore.trackAction/trackState (Use Edge and Edge Bridge extension).