Tap4Help allows you to concentrate on improving your own applications instead of spending time trying to overcome support challenges. All features in our drop-in library are implemented in native code and interact with a lightweight (and fast!) web service. After first use, all features except for the Support Request and Recommndation modules continue to work when the user does not have an internet connection.
- Drop-in library allows you to streamline supporting your applications in minutes.
- API available for developers who prefer a customized interface.
- Standalone application to provide you and your users with push notifications when support requests are created or updated (COMING SOON).
- Users can recommend your applications to their friends using their address book contacts or custom entries.
- Users can see a listing of the other applications you offer.
- Users can be directed directly to your application's review page.
Including the Tap4Help interface in your application is as simple as doing the following:
- First, initilize the Tap4Help object:
Tap4Help *t4h = [Tap4Help shared]; [t4h setApplicationKey:@"d4f8777b1e357c019ef9cc06098bf250f1e7391d"]; - Second, grab our viewController and display it as appropriate in your application:
[self.navigationController pushViewController:[t4h viewController] animated:YES]; - Finally, add the following frameworks to your project:
SystemConfiguration.framework AddressBook.framework AddressBookUI.framework - Enjoy the benefits of improved communication with your users!