Latest | 0.3.3 |
---|---|
Homepage | https://github.com/apps-m/inapphelp-ios |
License | MIT |
Platforms | ios 7.0, requires ARC |
Dependencies | AFNetworking, JCNotificationBannerPresenter |
Frameworks | UIKit, CoreGraphics |
Authors |
Inapphelp is a library to provide in-app support for your app’s users. Your app’s users can easily raise requests or report issues from within your app.
With inapphelp, you can:
- Let users report issues within your app, along with device & app information
- Provide self-support by showing FAQ articles
- Customise your Inapphelp screen to blend with your app theme
Library based on helpstack.io, with some improvments (like push notifications and user interaction logs)
Getting started with Inapphelp.com
Use Cocoa Pods to install Inapphelp and its dependencies. Inapphelp dependencies include AFNetworking 2.0 and JCNotificationBannerPresenter 1.1.2
pod 'Inapphelp'
Inapphelp requires Xcode 5.0 targeting iOS 7 and above.
Configuring Inapphelp
License
MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "Inapphelp", "version": "0.3.3", "summary": "In-app customer support framework", "description": "In-app customer support framework for inapphelp.com help desk. See inapphelp.io for more details", "homepage": "https://github.com/apps-m/inapphelp-ios", "social_media_url": "https://twitter.com/inapphelp", "license": "MIT", "authors": { "Apps-m": "[email protected]" }, "platforms": { "ios": "7.0" }, "source": { "git": "https://github.com/apps-m/inapphelp-ios.git", "tag": "0.3.3", "submodules": true }, "source_files": "Classes/*/*.{h,m}", "resources": [ "Resources/*.png", "Resources/*.storyboard" ], "dependencies": { "AFNetworking": [ "~> 2.0" ], "JCNotificationBannerPresenter": [ "~> 1.1.2" ] }, "frameworks": [ "UIKit", "CoreGraphics" ], "requires_arc": true }
Mon, 29 Feb 2016 12:54:03 +0000