AEP Assurance debugging issue "No debug flag" for Analytics beacons
We are trying to connect ReactNative Mobile App with Assurance. We have the deeplink which opens an App. After connecting to Assurance, all analytics beacons in "Tracking Event" shows "Post-Processed Status" as "No Debug flag". As the document https://github.com/Adobe-Marketing-Cloud/aep-sdks-documentation/blob/master/beta/project-griffon/troubleshoot-project-griffon.md suggest, we have the latest AEP Assurance(v1.0.3) and Adobe Analytics (v2.2.18) extensions added to the Launch property. The Mobile App also has the latest versions
iOS:
pod 'AEPEdgeIdentity', '~> 1.0'
pod 'AEPAssurance', '~> 3.0'
pod 'AEPAnalytics', '~> 3.0'
pod 'AEPTarget', '~> 3.0'
pod 'AEPCore', '~> 3.0'
pod 'AEPIdentity', '~> 3.0'
pod 'AEPSignal', '~>3.0'
pod 'AEPLifecycle', '~>3.0'
pod 'AEPUserProfile', '~> 3.0'
Android:
implementation 'com.adobe.marketing.mobile:target:1.3.0'
implementation 'com.adobe.marketing.mobile:griffon:1.2.1'
implementation 'com.adobe.marketing.mobile:userprofile:1.1.0'
implementation 'com.adobe.marketing.mobile:mobileservices:1.1.5'
implementation 'com.adobe.marketing.mobile:sdk-core:1.11.4'
implementation 'com.adobe.marketing.mobile:analytics:1.2.10'
implementation 'com.adobe.marketing.mobile:edgeidentity:1.1.0'
How can we get rid off "No debug flag" error ? Please let us know what we are missing here.