Skip to content

medhelpintl/iphone_hAPI-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Include hAPI SDK.xcodeproj in your project.

Allow for hAPI's Extensions

Other Linker Flags: -ObjC -all_load

Header Search Paths: ../Path/To/hAPI SDK/**

Target:

Link Binary With Libraries

include libhAPI SDK.a

In your applications didFinishLaunchingWithOptions

[MedHelp startWithAppID:@"yourAppID"];