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
Alexander Zaytsev 1Alexander Zaytsev 1 

Create and package an application for mobile with custom objects and roles

I want to develop a native mobile application where the customers would need to also add some custom objects to their orgs, and the app would allow syncing and viewing these objects in both web view and on the device. Ideally, the cloud piece people would add to their org on AppExchange would also contain some custom roles that would allow different access levels to these custom objects.

I have learnt using the samples how to sync the data using the Salesforce mobile SDK.

However, there are just too many different instructions on how to set up apps for the cloud part.

Is there some documentation that will:

1) Help me choose which template for the app to use

2) Help me package my app somehow so i can maybe sideload it into my test org (so i'd have a development and test to show business people etc)

3) Guide me through submission process for a joint app like this

I have looked through trailheads and documentation and it's just tidbits everywhere