Binary Download
Download the IdeaScale iPhone Plugin »
Note to the iPhone Development Community
Thanks for your interest in this project!
To integrate the plugin, please follow the steps below.
If you have any ideas, suggestions, or notice any bugs, please submit them at the IdeaScale Cocoa Widget IdeaScale; yes we eat our own dogfood
Steps for Integration into iPhone Applications
Create your IdeaScale Account
- Create an account on IdeaScale.com
- Send us an email to let us know which email address you used to set up the account.
Create an IdeaScale community for your iPhone Application
Step 1: Create New Feedback Community
Step 2: Categories: Features & Bugs. Currently the plugin only has 2 icons, which are hardwired to the words ‘Bugs’ and ‘Features’
Step 3: Choose ‘Suggestion Box’ Community Type.
Step 4: Finish.
Obtain your API Key for your IdeaScale Community
Step 1: Visit the IdeaScale you created above. Click on the link labeled ‘Developers’ in the footer. It should be: http://
Step 2: Click the link ‘Register for the API’
Step 3: Fill out the form with your details.
Step 4: Note your API key for later.
Integrate the IdeaScale Plugin into your Application
Step 1: Download the IdeaScale iPhone Plugin
Step 2: Extract the binary like this: tar xvzf IdeaScale-0.10.tgz
Step 3: Open the IdeaScale example application in Xcode.
Step 4: Optionally compile & run the IdeaScale Example application in the Simulator.
Step 5: Drag & Drop the ‘Plugin’ Folder to your app from the IdeaScale Xcode project. Make sure to check the checkbox to copy the files.

Step 6: Add the missing libraries and frameworks. You can drag the missing frameworks from the example project or import them yourself. The libIdeaScale.a library should be dragged from the Frameworks section under the Plugin from Step 5.
Step 7: Add the ‘-ObjC’ and ‘-load_all’ linker flags to your project for All Configurations by right-clicking the top level of your project and selecting ‘Get Info’.
Step 8: Add the following line (below) to your project where you want to launch the plugin. Make sure you use your API key that you created earlier.
[ISFeedback pushOntoViewController:self withApiKey:kISServiceExampleAPIKey];
Step 9: You are done! When the line of code from Step 8 is executed, you should see something like this:

