CREDENTIALS ERROR

When i analyzed the project, appear constantly this error;

Someones know?

Hey

Secure variables must be inside the same scope that you will use, example if you are retrieving it from assets, you would need to keep inside the same secuence you are getting that variable, basically you can’t get your secure string and use in other scope out of the secuence that you are getting it, it should be inside the same scope, so once you retrieve you variable, use it in the next activity and keep it in the lowest scope possible

Regards

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.