The SDK currently provides the ability to set a Custom User ID via Batch.Profile.identify(). However, there is no API to read this value or verify whether it has been set.
Due to a technical issue on our side, we have a significant number of profiles with missing Custom User IDs. We need to resolve this by setting the Custom User ID again during app initialization. To do this efficiently without incurring unnecessary API calls to our systems, we require the ability to read the value on the client side.
Please provide a getter method for the Custom User ID to allow verification of its existence before re-setting it.
The SDK currently provides the ability to set a Custom User ID via
Batch.Profile.identify(). However, there is no API to read this value or verify whether it has been set.Due to a technical issue on our side, we have a significant number of profiles with missing Custom User IDs. We need to resolve this by setting the Custom User ID again during app initialization. To do this efficiently without incurring unnecessary API calls to our systems, we require the ability to read the value on the client side.
Please provide a getter method for the Custom User ID to allow verification of its existence before re-setting it.