function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ravindra Kashyap 7Ravindra Kashyap 7 

What are the limits in using Salesforce Mobile SDK

Hi,
I am building a custom mobile application using React Native, and I am following Salesforce mobile SDK Docs (https://developer.salesforce.com/docs/atlas.en-us.mobile_sdk.meta/mobile_sdk/intro.htm). 

But here I am not finding what limitations are there when I am using SDK. Bcoz SF always put Governor limits for better resource utilization, so I am assuming that some Limitation must be here!!

Thanks
~RNK
Dhanush SJDhanush SJ
Hi Ravindra,
I am also building a custom react native app with forcereact, Where I am facing API Limit exceeded since only limited api calls are allowed in dev Org. This is one kind of problem with custom apps. Solution may be to use lwc as a web view. 

Please help if anyone knows how to overcome this problem.
Thanks in advance.