This repository contains a collection example projects for Helpshift iOS SDK
- see Helpshift SDK requirements here
Each one of the sub-directories in this repository is a genuine Xcode project that demonstrates SDK integration and features.
- HelpshiftSupportApp: demonstrates different support screens in your app
- HSSwiftDemo: demonstrates different support screens in your app in swift language
- APNApp: handling customer support notifications via Apple Push Notification Service
For the projects to build and run successfully, please follow these steps :
- Enter your install credentials in
AppDelegate.m
. - Enter your bundle identifier in General section in project settings.
- (For push notifications) Select a valid team in General section in project settings.
- (For push notifications) Turn on the capability for Push Notifications in Capabilities section in project settings.
- Documentation: https://developers.helpshift.com/ios/getting-started/
- API Reference: https://docs.helpshift.com/docs/api/ios/v7.x/index.html
- Release Notes: https://developers.helpshift.com/ios/release-notes/
Copyright 2017, Helpshift, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.