AHDemo
by Bernie Wylde

http://homepage.ntlworld.com/bernie.w

Apple Help (AH) is an HTML-based help system for providing user assistance. Adding AH to our applications is not that difficult but it's important that we get everything named correctly and in the right place or things just will not work right.

OK, assuming our app name is called "MyGreatApp", the help book folder is named "MyGreatApp Help Book", the help book default file is "MyGreatApp Help" and our CFBundleIdentifier is "com.mygreatcompany.mygreatapp, here are the steps we need to take to add AH to the app:

Create the Help Book

Edit the Application's Info.plist

Register the Help Book

Place the Help Book  

 

 

 

http://developer.apple.com/.../ProvidingUserAssitAppleHelp