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.