Multiple Resources in a Native Project?

I have a native project and I can’t seem to add another resource to it. Is this feature restricted to user permissions?

3 Likes

Good morning.

So let me clarify something here. Creating a native project means that you will work in a fileless environment. Meaning , there are no specific file types for resources. All strings are gathered to one resource and translations are served automatically OTA to that sdk from our CDN.
You use the credentials that have been generated to your code / sdk and then you push strings to the project direclty from your code. So , you will not be able to create more resources because one set of credentials is enough and all strings are push to that resource in the specific project.
If you want to push strings to a different resource then you will need to create a different project with different credentials.

Please let me know if you need any more details .

Kind regards
Christos

2 Likes