Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!

bring back RSID function | AEP Mobile SDKs

Avatar

Level 1

12/2/21

Description -

You can use updateConfiguration() of AEP Mobile SDK to switch RSIDs, but you cannot return to the initial value (the value of configureWithAppId()) after that configuration is made.
I understand that I can switch back again by specifying the RSID I want to revert to and calling updateConfiguration(), but I would like to avoid that because it would mean double management of RSIDs in the code.

 

Why is this feature important to you -

In order to comply with the data protection laws of each country, the RS must be switched according to the user's selection. At the same time, we want the user to be able to cancel the previous choice and return to the default RS at will.

 

How would you like the feature to work -

I would like to have the function to erase the RSID set by updateConfiguration() and restore it to the value set by configureWithAppId().

 

Current Behaviour -