Hello
Did someone already Implemented Adobe Experience Platform Assurance in a mobile application?
Hello @Bruno Rendeiro
Yes, in the OutSystems Forge, there is a component called Adobe Experience Platform Assurance that helps developers integrate this functionality into their mobile applications. This Forge component simplifies the implementation process by providing pre-built logic and integration points, allowing you to validate and monitor your Adobe Experience Platform setup directly within your OutSystems mobile app.
https://www.outsystems.com/forge/component-overview/9574/adobe-experience-platform-connector-o11
Regards Nikhil Kumar Vijay
Hello @Nikhil___Vijay
That current Cordova plugin is based on adobe/cordova-acpcore. If you check the NPM/Forge documentation, you’ll see that this plugin has been marked as deprecated.
That said, it’s still usable — in fact, we are currently using it in production for a client.
The challenge now is that we want to adopt cordova-aepassurance (GitHub link), which is the official Adobe Assurance Cordova plugin. However, according to the repo, this plugin was also deprecated on April 25, 2023.
I already tested this version, but when I try to generate the mobile build, I get an error.
That’s why I’m asking:
Has anyone here needed to use Adobe AEP Assurance in a Cordova/OutSystems context?
Do you have any advice or workarounds to make this work, given that both the old and the new plugins are deprecated?
Any ideas or experiences would really help.