Test the HelpCrunch iOS SDK with the demo app

You can try our SDK with the demo app, no additional coding needed!
Written by Andrew
Updated 3 years ago

If you want to give HelpCrunch a try but don't want to code much, you can try one of our demo apps. First of all, head to our GitHub and download the latest Swift or ObjC version.

These versions use Cocoapods. So, if you're not familiar with it, you can easily install it following the steps described in this article .

Once you've downloaded and performed the pod install command, open an appropriate xcworkspace. For example, if you chose the Swift app, it should be HelpcrunchSDKDemoSwift.xcworkspace.

After you've completed all the previous steps, open the AppDelegate file and insert appropriate string data into the organization, applicationId and applicationSecret variables.

Thats all! Now you can launch and tweak the app to see it in action.

Did this answer your question?