If you are using AEP Mobile SDK for AA. You can update the config programmatically to change the RSID based on your logic. Refer:https://developer.adobe.com/client-sdks/documentation/mobile-core/configuration/#programmatic-updates-to-configurationhttps://developer.adobe.com/client-sdks/documentation...
Hi @1abhishekpandey,Yes you need to register the Analytics Extension and Identity Extension to use the trackState/trackAction APIs. Same applies to Lifecycle. Documents include all dependencies required for each solution so, you will have to follow all the setup steps to successfully implement the S...
Where do you see this message "No configuration necessary."?It would be really helpful if you open a ticekt with customer support. It will help us to understand the usecase and how can we improve our SDK to handle that. The userdefaults route is not recommended and uses internal classes (helpers/co...
Hi @emilio-ojeda, I think you are referring to the launch extension. You need to also install the extension on the SDK side. Are you also registering the extension? Also verify if you have configured the SDK. After verifying both if you still see the issue, please open a ticket with our customer sup...
Hi @emilio-ojeda,You need to have AEPIdentity extension registered. Refer the documentation here: https://aep-sdks.gitbook.io/docs/foundation-extensions/mobile-core/identity API reference: https://aep-sdks.gitbook.io/docs/foundation-extensions/mobile-core/identity/identity-api-reference#swift-10
Hi @emilio-ojeda, Short answer is yes. But I want to highlight that with the AEP SDKs we have a newer event based architecture and we publish all the events and the related data into eventhub. You can get the BLOB and LocationHint values by dispatching Identity request and extracting the blob and lo...
Hi @Deleted Account, we will need a complete verbose/trace logs to debug this. The errors in the SDK are generic to be returned by all the APIs. We have verbose logs in place which can go through to discover the issue or errors in the workflow. Can you open a ticket with customer support so we can l...
Hi @Deleted Account ,AEPError is an enum and has different cases which you can refer here. You can accordingly have retry logic based on the error type. If you need more help with debugging the issue please open the ticket through customer support.Thanks, Arjun
You can switch privacy status from opt-in to opt-out in order to stop the pings from going out. You can use MobileCore.setPrivacyStatus API refer: https://aep-sdks.gitbook.io/docs/resources/privacy-and-gdpr#set-and-get-privacy-statusKeep in mind, this would reset ECID as well, so everytime with opt-...