Access RSID from config downloaded using #821
Replies: 1 comment
-
@thomas-chris Hello. I apologize for the lack of documentation on the subject, we are working on migrating our docs and will have better documentation on this subject soon. There is a bit to unwrap here so let me try and explain. The file you are talking about manually adding to the bundle, which includes the RSID value, is called
There are a couple of things you can do to work around these conditions:
Please let me know if this works for you or if you have any other questions. Thanks. Chris |
Beta Was this translation helpful? Give feedback.
-
I've registered my app using
MobileCore.configureWith(appId: adobeAppId)
in the completion ofMobileCore.registerExtensions
.If i've understood what this is doing it replaces the need to have a file manually added to my bundle (which is how things used to be set up when I was on v4 stuff that is deprecated.
I thought looking I should be able to use
MobileCore.getSdkIdentities
to fetch the values from this file, but that doesn't appear so. I want to get access to the RSID value that is sent in the json that is downloaded at app launch, how can i do this?Beta Was this translation helpful? Give feedback.
All reactions