Helpshift Plugin

This plugins allows you access Helpshift for player support for faq and contact support.

Limitations: Only works on Android and iOS.

Functions:

helpshift.init(API_KEY, DOMAIN, APP_ID)

helpshift.showFaqs(params)

params(optional)(table)

you can find all configration params here

helpshift.showConversation(params)

params(optional)(table)

you can find all configration params here

helpshift.showFaqSection(section,params)

section(required)(string) show faqs from a particular FAQ section.

params(optional)(table)

you can find all configration params here

helpshift.registerDeviceToken(token)

token(required)(string) push notfication token from device

Check out Corona's guide on handing notfication

Check out this sample for Registering Device:

helpshift.getNotificationCount()-- returns interger for number of notfications

Make sure push notfication are setup in your account to send notfication

Build Settings:

Helpful Links:

Get Plugin

Example

Support