Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BenL committed Apr 15, 2018
2 parents e88fd39 + 5110d19 commit 6309f82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
Binary file removed .surveymonkey-ios-sdk.podspec.swp
Binary file not shown.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,21 +81,6 @@ _feedbackController.delegate = self;
_feedbackController = [[SMFeedbackViewController alloc] initWithSurvey:{SAMPLE_SURVEY_HASH} andCustomVariables:{SAMPLE_CUSTOM_VARIABLES_DICTIONARY}];
```

5. **Important**: If your app supports iOS 9, you must add the following lines to your app's .plist file:
```html
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>api.surveymonkey.net</key>
<dict>
<key>NSTemporaryExceptionRequiresForwardSecrecy</key>
<false/>
</dict>
</dict>
</dict>
```

##### Important consideration
Usage of the respondent data returned by the SurveyMonkey Feedback SDK requires that you have a **Gold** or **Platinum** account and that your class implement the SMFeedbackDelegate and the ```-respondentDidEndSurvey:error:``` method therein

Expand Down

0 comments on commit 6309f82

Please sign in to comment.