diff --git a/README.md b/README.md index 64a50cb..f83f3eb 100644 --- a/README.md +++ b/README.md @@ -38,20 +38,24 @@ You must create your survey and set up your SDK Collector in [www.surveymonkey.c ```objc #import ``` + 2. Depending on your usage, add a property to your interface: ```objc @property (nonatomic, strong) SMFeedbackViewController * feedbackController; ``` + 3. Initialize the SDK and set its delegate: ```objc _feedbackController = [[SMFeedbackViewController alloc] initWithSurvey:{SAMPLE_SURVEY_HASH}]; _feedbackController.delegate = self; ``` + 4. If you are a Platinum user and want to include custom variables with each survey response, create a flat NSDictionary* with your custom variables and use: ```objc _feedbackController = [[SMFeedbackViewController alloc] initWithSurvey:{SAMPLE_SURVEY_HASH} andCustomVariables:{SAMPLE_CUSTOM_VARIABLES_DICTIONARY}]; ``` -5. If your app supports iOS 9, you must add the following lines to your app's .plist file: + +5. **Important**: If your app supports iOS 9, you must add the following lines to your app's .plist file: ```html NSAppTransportSecurity