Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #325 from zendesk/Support-SDK-Release-1.11.0.1
Browse files Browse the repository at this point in the history
ZendeskSDK Release 1.11.0.1
  • Loading branch information
RonanMcH authored Sep 11, 2017
2 parents 910f82f + 6d997a1 commit 271dac4
Show file tree
Hide file tree
Showing 74 changed files with 30 additions and 2,050 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:warning: *Use of this software is subject to important terms and conditions as set forth in the License file* :warning:

# Zendesk Mobile SDK for iOS 1.10.1.1
# Zendesk Mobile SDK for iOS 1.11.0.1

Zendesk SDK for mobile is a quick, convenient way to get customer support into your mobile apps. With just a few lines of code, you can provide your end users with an easy way to get in touch from any mobile app.

Expand Down
15 changes: 0 additions & 15 deletions SampleApp/SampleApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
C38311C41A1A358500F7979A /* ZDSampleAppConfigurationViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C38311C01A1A358500F7979A /* ZDSampleAppConfigurationViewController.m */; };
C38311C51A1A358500F7979A /* ZDSampleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C38311C21A1A358500F7979A /* ZDSampleViewController.m */; };
C3A2C8A11ABAD575006EA3E7 /* NSData+ZDKSampleApp.m in Sources */ = {isa = PBXBuildFile; fileRef = C3A2C8A01ABAD575006EA3E7 /* NSData+ZDKSampleApp.m */; };
C3EF3EF61A1A1B1900168A69 /* ZDRateMyAppDemoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C3EF3EF31A1A1B1900168A69 /* ZDRateMyAppDemoViewController.m */; };
C3EF3EFB1A1A1B3700168A69 /* ZendeskSDK.bundle in Resources */ = {isa = PBXBuildFile; fileRef = C3EF3EF91A1A1B3700168A69 /* ZendeskSDK.bundle */; };
C3EF3EFC1A1A1B3700168A69 /* ZendeskSDKStrings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = C3EF3EFA1A1A1B3700168A69 /* ZendeskSDKStrings.bundle */; };
C3EF3EFE1A1A1B5400168A69 /* ZendeskSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3EF3EFD1A1A1B5400168A69 /* ZendeskSDK.framework */; };
Expand All @@ -43,8 +42,6 @@
C38311C21A1A358500F7979A /* ZDSampleViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ZDSampleViewController.m; path = SampleApp/ZDSampleViewController.m; sourceTree = "<group>"; };
C3A2C89F1ABAD575006EA3E7 /* NSData+ZDKSampleApp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSData+ZDKSampleApp.h"; path = "SampleApp/NSData+ZDKSampleApp.h"; sourceTree = "<group>"; };
C3A2C8A01ABAD575006EA3E7 /* NSData+ZDKSampleApp.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSData+ZDKSampleApp.m"; path = "SampleApp/NSData+ZDKSampleApp.m"; sourceTree = "<group>"; };
C3EF3EF21A1A1B1900168A69 /* ZDRateMyAppDemoViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZDRateMyAppDemoViewController.h; sourceTree = "<group>"; };
C3EF3EF31A1A1B1900168A69 /* ZDRateMyAppDemoViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZDRateMyAppDemoViewController.m; sourceTree = "<group>"; };
C3EF3EF91A1A1B3700168A69 /* ZendeskSDK.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = ZendeskSDK.bundle; sourceTree = "<group>"; };
C3EF3EFA1A1A1B3700168A69 /* ZendeskSDKStrings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = ZendeskSDKStrings.bundle; sourceTree = "<group>"; };
C3EF3EFD1A1A1B5400168A69 /* ZendeskSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ZendeskSDK.framework; path = SampleApp/Frameworks/ZendeskSDK.framework; sourceTree = "<group>"; };
Expand Down Expand Up @@ -87,7 +84,6 @@
C38311BC1A1A356400F7979A /* SampleApp */ = {
isa = PBXGroup;
children = (
C3EF3EF11A1A1B1900168A69 /* RateMyApp */,
C3EF3EFF1A1A1B7C00168A69 /* Resources */,
C38311BB1A1A353200F7979A /* Supporting Files */,
C3A2C8A51ABAD58E006EA3E7 /* Categories */,
Expand All @@ -112,16 +108,6 @@
name = Categories;
sourceTree = "<group>";
};
C3EF3EF11A1A1B1900168A69 /* RateMyApp */ = {
isa = PBXGroup;
children = (
C3EF3EF21A1A1B1900168A69 /* ZDRateMyAppDemoViewController.h */,
C3EF3EF31A1A1B1900168A69 /* ZDRateMyAppDemoViewController.m */,
);
name = RateMyApp;
path = SampleApp/RateMyApp;
sourceTree = "<group>";
};
C3EF3EF81A1A1B3700168A69 /* Bundles */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -264,7 +250,6 @@
C3A2C8A11ABAD575006EA3E7 /* NSData+ZDKSampleApp.m in Sources */,
C38311C41A1A358500F7979A /* ZDSampleAppConfigurationViewController.m in Sources */,
C38311B61A1A352B00F7979A /* main.m in Sources */,
C3EF3EF61A1A1B1900168A69 /* ZDRateMyAppDemoViewController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file modified SampleApp/SampleApp/Bundles/ZendeskSDK.bundle/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified SampleApp/SampleApp/Bundles/ZendeskSDKStrings.bundle/Info.plist
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,11 @@
#import <Foundation/Foundation.h>
#import "ZDKCoding.h"

@class ZDKRateMyAppSettings,ZDKContactUsSettings, ZDKConversationsSettings, ZDKHelpCenterSettings, ZDKTicketFormsSettings;
@class ZDKContactUsSettings, ZDKConversationsSettings, ZDKHelpCenterSettings, ZDKTicketFormsSettings;


@interface ZDKAppSettings : ZDKCoding


/**
* Settings model object associated with the remote configuration of Rate My App component within your Zendesk instance.
*
* @since 0.9.3.1
*/
@property (nonatomic, strong, readonly) ZDKRateMyAppSettings *rateMyAappSettings;


/**
* Settings model object associated with the remote configuration of Conversations component within your Zendesk instance.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,14 @@ typedef void (^ZDKInitializeSuccess)(void);


/**
* Enable COPPA for SDK.
* Sets whether we should enable COPPA mode. If the set ZDKAnonymousIdentity doesn't contain a
* name or email, this method will do nothing. If the set ZDKAnonymousIdentity does contain
* a name or email, this method will clear user storage (such as requests, article votes, identity
* information) and set a new, empty ZDKAnonymousIdentity.
*
* @since 1.1.0.1
*/
@property (nonatomic, assign) BOOL coppaEnabled;
@property (nonatomic, assign) BOOL coppaEnabled __deprecated_msg("as of 1.11.0.1. Consider using an empty ZDKAnonymousIdentity instead.");

/**
* Enable Help Center article up and down voting in Article UI.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ZendeskProviderSDK.h
* ZendeskProviderSDK
*
* Created by Zendesk on 07/26/2017
* Created by Zendesk on 09/11/2017
*
* Copyright (c) 2017 Zendesk. All rights reserved.
*
Expand Down Expand Up @@ -79,7 +79,6 @@
#import "ZDKPushRegistrationProvider.h"
#import "ZDKPushRegistrationRequest.h"
#import "ZDKPushRegistrationResponse.h"
#import "ZDKRateMyAppSettings.h"
#import "ZDKReachability.h"
#import "ZDKRequest.h"
#import "ZDKRequestProvider.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -499,66 +499,6 @@ extern NSString * const ZDD_ERROR_Key;

extern NSString * const ZDD_Validator_Error_Key;

#pragma mark - ZDKRMA


// itunes link formats
extern NSString * const iOS7AppStoreURLFormat;
extern NSString * const iOSAppStoreURLFormat;


// zendesk request submission strings
extern NSString * const ZDKRMARequestFeedbackTag;
extern NSString * const ZDKRMARequestIOSTag;
extern NSString * const ZDKRMARequestBuildVariantTag;


// persistence keys
extern NSString * const ZDKRMAChosenAction;
extern NSString * const ZDKRMADateOfActionChosen;
extern NSString * const ZDKRMAAppVersion;
extern NSString * const ZDKRMAVisitCount;
extern NSString * const ZDKRMAInitialCheckDate;
extern NSString * const ZDKRMARequestText;

extern NSString * const ZDSDKUserDefaultsKey;

// default accessibility id
extern NSString * const ZDKRMAAccessibilityID;


// notifications

/** Posted immediately prior to the display of RMA dialog. */
extern NSString * const ZDKRMANotificationTriggered;

/** User tapped 'Yes rate'. */
extern NSString * const ZDKRMANotificationYes;

/** User tapped 'No, send feedback'. */
extern NSString * const ZDKRMANotificationNo;

/** User tapped 'Don't ask again' */
extern NSString * const ZDKRMANotificationDontAsk;

/** User tapped 'back' on send feedback modal. */
extern NSString * const ZDKRMANotificationBack;

/** User has tapped to send feedback. */
extern NSString * const ZDKRMANotificationSend;

/** Posted immediately prior to the dismissal of RMA dialog. User info is a dictionary with a reference to the Dialog */
extern NSString * const ZDKRMANotificationWillHideDialog;

/** Used internally to trigger state persistence. */
extern NSString * const ZDKRMANotificationShouldStore;

/** Posted immediately after a successful submission of RMA feedback. */
extern NSString * const ZDKRMANotificationFeedbackSuccess;

/** Posted immediately after an unsuccessful submission of RMA feedback. */
extern NSString * const ZDKRMANotificationFeedbackError;

#pragma mark - Authentication types
extern NSString * const ZDK_AUTHENTICATION_JWT;
extern NSString * const ZDK_AUTHENTICATION_ANONYMOUS;
Expand Down
Binary file not shown.
Binary file not shown.
117 changes: 0 additions & 117 deletions SampleApp/SampleApp/Frameworks/ZendeskSDK.framework/Headers/ZDKRMA.h

This file was deleted.

Loading

0 comments on commit 271dac4

Please sign in to comment.