ioscordovaconfigurationintegrationuservoice

UserVoice integration in an Phonegap application


I have this iOS Phonegap application and I need to integrate UserVoice. I follow this tutorial and I have reached to the point I have to make the configuration. I am really not sure where I have to put that object UserVoice are providing me with:

UVConfig *config = [UVConfig configWithSite:@"YOUR_USERVOICE_URL"
                                 andKey:@"YOUR_KEY"
                              andSecret:@"YOUR_SECRET",
                            andSSOToken:@"SOME_BIG_LONG_SSO_TOKEN"];

I'll appreciate some help with that, since I'm really on a beginner level with iOS apps in general. Thanks in advance.


Solution

  • Here is a simple phonegap plugin http://developerextensions.com/index.php/cordova-phonegap-plugin-uservoice