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
ZedroidZedroid 

How to use Mobile SDK in existing project?

Hi All,

 

How to add Mobile SDK in existing project and I don't know how to play with delgate.m.
Could anybody help me out.

 

Thanks in advance.

Zubair.

jhersh1jhersh1

I have all the SDK folders within a single folder on my Xcode sidebar, so adding SDK to an existing project is actually the same process as updating the SDK in an existing project: I just overwrite the SDK folder with the latest SDK download.

 

Not sure what you mean about delegate? There's the application delegate which is the customization point for your app post-launch, but that's more of an iOS question than an SDK question.

ZedroidZedroid

Thanks for you reply.

 

Actually I have my existing project I wanted to communicate with Salesforce when user click on a button and it how can I modify my appdelegate because it uses NSobject but in case of SFDC Native rest app it uses SFAuthenicate.