From SDK 5.0.0 release, Helpshift SDK is available in the following forms:
Standard SDK - In-app Customer Service
Campaigns-enabled SDK (Proactive In-app Customer Service)
In order to use SDK 5.x for your app, Helpshift recommends you to follow the steps, depending upon the usage of Campaigns and the type of SDK. For any queries or feedback, please Contact Us
If you are looking to upgrade from a version older than 5.x, Make sure to go through the upgrade guides for 1.6.x, 1.7.x and 1.9.x
HelpshiftCocos2dx.cpp
file then compilation will fail. You will need to remove all such usages.HelpshiftCocos2dxCampaigns.h
in your scene where you want to use Campaigns API.Use HelpshiftCocos2dxCampaigns
namespace instead of HelpshiftCocos2dx
to make Campaigns API calls. For example :
Update
HelpshiftCocos2dx::showInbox();
To
HelpshiftCocos2dxCampaigns::showInbox();