Possible Vulnerability
Greetings,
So, while conducting our VAPT assessment I came across an issue that as per our regularity we're not allowed to install hardcoded credentials in the Manifest or Info.plist file. Any workaround for this method?
@umar98 You can go through this https://developer.clevertap.com/docs/android-advanced-features#changing-account-credentials
@umar98 You can go through this https://developer.clevertap.com/docs/android-advanced-features#changing-account-credentials
Thank You. Any such this for the React Native SDK? If not, can also such be found for IOS?
@umar98 Api is not there for React native Android, you will have to use native code. @akashvercetti Can you comment on iOS?
@umar98 you can try this: https://developer.clevertap.com/docs/advanced-options-ios#setting-account-credentials
@piyush-kukadiya, @akashvercetti Thank you for all your efforts.
Is there any way around I can avoid this in React Native? I use React Native build and as per our Compliant Body, we're not allowed to have any data in the Manifest or the plist file.
@umar98 Were you able to run this for React Native?