With the deep link URL of the mobile app we are developing, I tried connecting the session but couldn't.
The assurance extension is installed in the mobile app launch property, the library code is there in the Mobile SDK, and we also referred to the troubleshooting guide as well- https://experienceleague.adobe.com/en/docs/experience-platform/assurance/troubleshooting.
Please help!
We are aepcore module.. We did not import assurance module as we don't require as per the doc. Below liabrearies we are using.
@adobe/react-native-aepcore": "^6.0.0",
@adobe/react-native-aepedge": "^6.0.0",
And also we have set the loglevel to debug. below is the code:
MobileCore.setLogLevel(LoggingMode.DEBUG);