Talkable docs
Visit www.talkable.com
  • Talkable Campaigns
  • Features
  • Standard Integration
  • Shopify Integration
  • Magento Integration
  • Salesforce Commerce Cloud Integration
  • API Reference
  • Webhooks
  • Talkable iOS SDK
    • Getting Started
    • Integration
    • Social Sharing
    • Native Integration via API
    • Advanced Usage
    • Integration with Third Party Deep Linking Services
    • Example
  • Talkable Android SDK

Talkable iOS SDK¶

Talkable has an iOS framework enabling you to use Talkable in iOS Apps. Once integrated you can use the following Talkable capabilities:

  • Display Advocate Share Page (the page itself is built inside Talkable)

  • Share Offer via:

    • Email

    • Facebook

    • Twitter

    • SMS

    • by copying a direct Offer link

  • Track sales via the App and reward Advocate if a sale was driven thourgh someone’s claim link

Contents:

  • Getting Started
    • Installation
    • Configuration
    • Requirements
  • Integration
    • Standalone Campaign
    • Post Purchase Campaign
    • Custom Events
  • Social Sharing
    • Social Sharing from a web-based campaign
      • showFacebookShareDialogWithParams:delegate:
      • Example
      • showFacebookShareDialogWithParams:completionHandler:
      • Example
      • showTwitterShareDialogWithParams:completionHandler:
      • Example
    • Legacy Sharing using Social.framework
    • Social Sharing from a native campaign
  • Native Integration via API
    • 1. Create an Origin
    • 2. Create a Share
      • Native sharing
      • Social sharing
      • Legacy social sharing
      • Email Share
    • 3. Check for Reward
    • Extra Functionality
      • Retrieve an Offer by Short Code
  • Advanced Usage
    • Specify a custom campaign tag
    • Implement TalkableDelegate
    • Notifications
    • Debugging
  • Integration with Third Party Deep Linking Services
    • 1. Configure your Talkable campaign
    • 2. Pass deep linking params to the Talkable SDK
  • Example