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
Rinigrace MekalaRinigrace Mekala 

Giving control on actions of an object from mobile app

Hi All,

        I have created a salesforce app and connected it to Mobile IOS using Connected App, Http POST & Http GET.  As we know in salesforce, on clicking Home Tab, one can see 'Feed' & 'Create New' options. Similarly I want to implement the same for Mobile side also. That is, From my mobile app, whenever I click on Home Tab, I can able to see 'Feed' and 'Create New'(for a particular object). Please help how to proceed for this requirement.

Any kind of suggestion is acceptable.
Thanks in advance.