Quick Start
Get started with the Heapchat SDK in minutes
1. Create a New Project
- Go to the Heapchat Dashboard
- Click on the
+ New Project
button - Choose a name for your project that reflects your application
2. Platform Setup
For iOS Applications
-
Fill in the required iOS app details:
Bundle ID
: Your app's unique identifier (e.g., com.yourcompany.appname)App Store ID
: Your app's identifier in the App Store
Where to find these details:
- Bundle ID: Available in the General tab for your app's primary target in Xcode
- App Store ID: Found in your app's URL - for example, in https://itunes.apple.com/us/app/yourapp/id123456789, "123456789" is the App Store ID
-
Configure Apple Push Notification service (APNs) - Optional:
Team ID
: Your team identifierKey ID
: Your key identifierAPN Certificate
: Your APN certificate file
Where to find these details:
- Team ID: Available in your Apple Developer account membership details
- Key ID: Found in APNs Authentication Keys section
- APN Certificate: Follow Apple's guide to generate an APNs Authentication Key
You can skip this step if you don't want to use push notifications.
For Web Applications
- Configure your web project settings:
- Enter your
Website URL
(e.g., https://yourdomain.com)
- Enter your
Next Steps
For more platform specific documentation, please refer to the following guides: