From 5df22e0bf2f78ae65b49cef6e233015a4b3b5812 Mon Sep 17 00:00:00 2001 From: Benjamin Leiken Date: Mon, 11 Jul 2016 15:54:13 -0500 Subject: [PATCH 1/2] Delete .surveymonkey-ios-sdk.podspec.swp --- .surveymonkey-ios-sdk.podspec.swp | Bin 12288 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .surveymonkey-ios-sdk.podspec.swp diff --git a/.surveymonkey-ios-sdk.podspec.swp b/.surveymonkey-ios-sdk.podspec.swp deleted file mode 100644 index 52f7a7b2ecd6595a45bdf7cc1347ebfae662cc82..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12288 zcmeI2&ui2`6vw9?)v74opYgDl?qt^%3xO3WQYgAu*!t_V%qFk9F`G=BNm`axz56$a zH!q(22SgA4H{w4a2)@at?rvEq2p*I-@G_Zsd2inPxwtVN}lT z?ERYy=?@_Wn2p``S);4MEv=L0uF=g6Io6?C9`?#5^mC)1`?0pZjgtPpQ7Im3llZnY z2RKP}mf)mG?k2gHZpvIoHplR+s@Ts2n7|@|Rk41n-Ew<3y&G`t>Z3(Bub2Q6U;<2l z2`~XBzyz286Zo$Q6#0sHO&y-AyS!M>E2rjq$rBS`0!)AjFaajO1egF5U;<2l2`~XB z@DCDDkr2hI5MRjL|NoQk|8JLt_(b-O>?zrKvhSCK_&~NncAe}e#eA(}Kf8DyOn?b6 z0Vco%m;e)C0!)AjFaaj;*9c%12>>e(=tdiiW{PSH9cc6_Rdu&gRmTr|y?giNZ^?C| z3N-klj1AhpG9g72ro?JLAFEKK`@L9=-dHs zR1~=le4o~%av(#U`ty}6*LBmw-Wmjj8oC^=C1Ycq$wK!nycDiWRTd*{PMzv)VFnK{ zPB8PT)1A!x?!2Dd72wq=#&L+5ovWNEb$9lrU5#{#xf;&Aoj>cvtE#nSnkqAyl}p+7 zMhNpLpsNS*7-1VR8mKS0sYKJcXY^n? Date: Fri, 11 Nov 2016 13:44:17 -0800 Subject: [PATCH 2/2] Removed ATS requirement --- no longer necessary --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 33c9dcb..411e502 100644 --- a/README.md +++ b/README.md @@ -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 -NSAppTransportSecurity - - NSExceptionDomains - - api.surveymonkey.net - - NSTemporaryExceptionRequiresForwardSecrecy - - - - -``` - ##### 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