You need to sign in to do that
Don't have an account?
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.
You need to sign in to do that
Don't have an account?
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.
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.
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.