Skip to content

Commit 4a207f3

Browse files
author
Distiller
committed
v8.6
1 parent f111dec commit 4a207f3

File tree

67 files changed

+2543
-2461
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+2543
-2461
lines changed

833C54DB-BB51-37E6-AF1B-716C8A008FAE.bcsymbolmap renamed to 25A2C603-7F42-355E-B02A-A37876F48BC2.bcsymbolmap

Lines changed: 1121 additions & 1077 deletions
Large diffs are not rendered by default.

529929B9-C2BA-323B-A01C-E9CA69C2196F.bcsymbolmap renamed to F8A855EF-02F6-3EA7-95B8-E0894D7952AC.bcsymbolmap

Lines changed: 1108 additions & 1072 deletions
Large diffs are not rendered by default.

Instabug.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>8.5.2</string>
16+
<string>8.6</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
Binary file not shown.

Instabug.framework/Headers/IBGBugReporting.h

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 8.5.2
8+
Version: 8.6
99
*/
1010

1111
#import <Foundation/Foundation.h>
@@ -17,7 +17,7 @@ NS_SWIFT_NAME(BugReporting)
1717
/**
1818
@brief Acts as master switch for the Bug Reporting.
1919
20-
@discussion It's enabled by default. When disabled, both "Report a problem" and "Suggest an improvement" will be removed from Instabug Prompt Options. In addition, when disabled +showWithReportType:options: won’t have an effect.
20+
@discussion It's enabled by default. When disabled, both "Report a bug" and "Suggest an improvement" will be removed from Instabug Prompt Options. In addition, when disabled +showWithReportType:options: won’t have an effect.
2121
*/
2222
@property (class, atomic, assign) BOOL enabled;
2323

@@ -185,12 +185,4 @@ NS_SWIFT_NAME(BugReporting)
185185
+------------------------------------------------------------------------+
186186
*/
187187

188-
+ (void)invoke DEPRECATED_MSG_ATTRIBUTE("See https://docs.instabug.com/docs/ios-sdk-8-1-migration-guide#section-invoke for instructions on migrating to SDK v8.1 APIs.");
189-
190-
+ (void)invokeWithMode:(IBGInvocationMode)invocationMode options:(IBGBugReportingInvocationOption)options DEPRECATED_MSG_ATTRIBUTE("See https://docs.instabug.com/docs/ios-sdk-8-1-migration-guide#section-invokewithmode for instructions on migrating to SDK v8.1 APIs.");
191-
192-
@property(class, atomic, assign) IBGPromptOption promptOptions DEPRECATED_MSG_ATTRIBUTE("See https://docs.instabug.com/docs/ios-sdk-8-1-migration-guide#section-promptoptions for instructions on migrating to SDK v8.1 APIs.");
193-
194-
@property(class, atomic, assign) IBGBugReportingInvocationOption invocationOptions DEPRECATED_MSG_ATTRIBUTE("See https://docs.instabug.com/docs/ios-sdk-8-1-migration-guide#section-invocationoptions for instructions on migrating to SDK v8.1 APIs.");
195-
196188
@end

Instabug.framework/Headers/IBGChats.h

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,32 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 8.5.2
8+
Version: 8.6
99
*/
1010

1111
#import <Foundation/Foundation.h>
1212

13+
14+
/*
15+
+--------------------------------------------------------------------------+
16+
| Deprecated APIs |
17+
+--------------------------------------------------------------------------+
18+
| In this release, we’re improving the in-app communication experience. |
19+
| Now, your end user will have a unified experience while sending you |
20+
| a report independently from its type. Whether it is a bug, improvement, |
21+
| or question, they’ll see the same experience. |
22+
| |
23+
| The Chats class and its methods have been deprecated, and while they |
24+
| still function, they will be completely removed in a future release. |
25+
| For more details about this API’s replacement, check the |
26+
| docs here: |
27+
| https://docs.instabug.com/v8.6/docs/ios-sdk-8-6-migration-guide. |
28+
| |
29+
| If you have any questions please reach out to us through |
30+
31+
+--------------------------------------------------------------------------+
32+
*/
33+
1334
NS_SWIFT_NAME(Chats)
1435
@interface IBGChats : NSObject
1536

@@ -18,14 +39,14 @@ NS_SWIFT_NAME(Chats)
1839
1940
@discussion It's enabled by default. When disabled, the user can't start a new chat from the SDK, the “Ask a question” option is removed from Instabug Prompt Options, and the compose button is removed from the chats list. In addition, when disabled +showWithChatsList: won’t have an effect.
2041
*/
21-
@property (class, atomic, assign) BOOL enabled;
42+
@property (class, atomic, assign) BOOL enabled DEPRECATED_MSG_ATTRIBUTE("See https://docs.instabug.com/docs/ios-sdk-8-6-migration-guide#section-enabled for instructions on migrating to SDK v8.6 APIs.");
2243

2344
/**
2445
@method +show:
2546
@brief Shows the compose new chat view.
2647
2748
@discussion In order to show the chats list, [IBGReplies show] should be used.
2849
*/
29-
+ (void)show;
50+
+ (void)show DEPRECATED_MSG_ATTRIBUTE("See https://docs.instabug.com/docs/ios-sdk-8-6-migration-guide#section-show for instructions on migrating to SDK v8.6 APIs.");
3051

3152
@end

Instabug.framework/Headers/IBGCrashReporting.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 8.5.2
8+
Version: 8.6
99
*/
1010

1111
#import <Foundation/Foundation.h>

Instabug.framework/Headers/IBGFeatureRequests.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 8.5.2
8+
Version: 8.6
99
*/
1010

1111

Instabug.framework/Headers/IBGLog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 8.5.2
8+
Version: 8.6
99
*/
1010

1111
#import <Foundation/Foundation.h>

Instabug.framework/Headers/IBGNetworkLogger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 8.5.2
8+
Version: 8.6
99
*/
1010

1111
#import <Foundation/Foundation.h>

Instabug.framework/Headers/IBGReplies.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 8.5.2
8+
Version: 8.6
99
*/
1010

1111
#import <Foundation/Foundation.h>

Instabug.framework/Headers/IBGSurvey.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 8.5.2
8+
Version: 8.6
99
*/
1010

1111
#import <Foundation/Foundation.h>

Instabug.framework/Headers/IBGSurveys.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 8.5.2
8+
Version: 8.6
99
*/
1010

1111
#import <Foundation/Foundation.h>

Instabug.framework/Headers/IBGTypes.h

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
66
Copyright: (c) 2013-2018 by Instabug, Inc., all rights reserved.
77
8-
Version: 8.5.2
8+
Version: 8.6
99
*/
1010

1111
#import <UIKit/UIKit.h>
1212

13-
#define IBG_DEPRECATED_ATTRIBUTE DEPRECATED_MSG_ATTRIBUTE("See https://docs.instabug.com/docs/ios-sdk-8-1-migration-guide for instructions on migrating to SDK v8.1 APIs.")
14-
1513
/// ------------------------------
1614
/// @name User-facing Strings Keys
1715
/// ------------------------------
@@ -38,7 +36,6 @@ extern NSString * const kIBGInvalidEmailTitleStringName;
3836
extern NSString * const kIBGInvalidCommentMessageStringName;
3937
extern NSString * const kIBGInvalidCommentTitleStringName;
4038
extern NSString * const kIBGInvocationTitleStringName;
41-
extern NSString * const kIBGTalkToUsStringName DEPRECATED_MSG_ATTRIBUTE("See https://docs.instabug.com/docs/ios-sdk-8-1-migration-guide#section-setvalue-string-forstringwithkey-kibgtalktousstringname for instructions on migrating to SDK v8.1 APIs.");
4239
extern NSString * const kIBGFeatureRequetsPromptName;
4340
extern NSString * const kIBGAskAQuestionStringName;
4441
extern NSString * const kIBGReportBugStringName;
@@ -54,6 +51,7 @@ extern NSString * const kIBGiCloudImportErrorAlertMessage;
5451
extern NSString * const kIBGEmailFieldPlaceholderStringName;
5552
extern NSString * const kIBGCommentFieldPlaceholderForBugReportStringName;
5653
extern NSString * const kIBGCommentFieldPlaceholderForFeedbackStringName;
54+
extern NSString * const kIBGCommentFieldPlaceholderForQuestionStringName;
5755
extern NSString * const kIBGChatReplyFieldPlaceholderStringName;
5856
extern NSString * const kIBGAddScreenRecordingMessageStringName;
5957
extern NSString * const kIBGAddVoiceMessageStringName;
@@ -213,8 +211,10 @@ typedef NS_ENUM(NSInteger, IBGInvocationMode) {
213211
IBGInvocationModeNA,
214212
IBGInvocationModeNewBug,
215213
IBGInvocationModeNewFeedback,
214+
IBGInvocationModeNewQuestion,
216215
IBGInvocationModeNewChat,
217-
IBGInvocationModeChatsList
216+
IBGInvocationModeChatsList,
217+
IBGInvocationModeNewQuestionManually //Only when you call Chats.show()
218218
};
219219

220220
/**
@@ -235,6 +235,7 @@ typedef NS_OPTIONS(NSInteger, IBGBugReportingInvocationOption) {
235235
typedef NS_OPTIONS(NSInteger, IBGBugReportingReportType) {
236236
IBGBugReportingReportTypeBug = 1 << 0,
237237
IBGBugReportingReportTypeFeedback = 1 << 1,
238+
IBGBugReportingReportTypeQuestion = 1 << 2,
238239
};
239240

240241

@@ -248,7 +249,8 @@ typedef NS_OPTIONS(NSInteger, IBGBugReportingOption) {
248249

249250
typedef NS_ENUM(NSInteger, IBGReportType) {
250251
IBGReportTypeBug,
251-
IBGReportTypeFeedback
252+
IBGReportTypeFeedback,
253+
IBGReportTypeQuestion
252254
};
253255

254256
/**

0 commit comments

Comments
 (0)