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
wyattwyatt 

Add dashboard to iOS app

I am using the SDK to access Salesforce and have no problem working with objects, but I would like to know if it is possible to incorporate dashboards into the app.  I don't want to just use a UIWebView pointing to the dashboard page because I want to remove the typical browser "clutter".  Is this possible?

tstellanova-sfdctstellanova-sfdc

Right now the Mobile SDK doesn't provide a direct way to display dashboards in your app.  If this is something you'd find useful in a future release, you can always file an enhancement request here:

https://github.com/forcedotcom/SalesforceMobileSDK-iOS/issues

 

However, if I remember right, the Salesforce Mobile CRM apps (such as for BlackBerry and iPhone) are simply accessing a particular URL for a mobilized version of the dashboard.  This is displayed within an embedded web view.