Steps to Configure the IdeaScale Cocoa Widget for your Application
- Create an IdeaScale community specifically for your application
- Obtain your API Key:
- Visit the IdeaScale you created above
- Click on the link labeled 'Developers' in the footer. It should be: http://.ideascale.com/a/ideascaleStatic.do?mode=api
- Click Register fo the API and follow the instructions to obtain your API key.
- Open the IdeaScale example application in Xcode
- Drag & Drop the 'Plugin' Folder to your app from the IdeaScale Xcode project.
- Drag & Drop the missing Frameworks to your app from the IdeaScale Xcode project under 'Frameworks'
- Set the following linker flags for 'All Configurations' in your project's build settings. (See example):
- call [self setFeedbackController:[ISFeedback pushOntoViewController:self withApiKey:@"YOUR-API-KEY"]]; from your code somewhere using the API key you produced earlier.