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
Dirk NicolDirk Nicol 

Can you use Swift and Salesforce

Can you use Apples' swift language to build a mobile salesforce app?
pconpcon
I would see no reason why not.  It would not be a turnkey solution like using the existing libraries to interact with Salesforce.  You would have to interact with the REST / SOAP APIs directly via Swift.
mike4adaymike4aday
Definitely! See Swiftly Salesforce, an all-Swift, open-source framework for building iOS apps on Salesforce:
https://github.com/mike4aday/SwiftlySalesforce