Skip to content

Commit e0b2741

Browse files
committed
v7.11
1 parent 9e7dca0 commit e0b2741

File tree

60 files changed

+4718
-2489
lines changed

Some content is hidden

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

60 files changed

+4718
-2489
lines changed

3D45C970-3BD8-386A-91B0-8167BA68E0C7.bcsymbolmap renamed to 039C5482-B9DF-35DE-A75B-CEC8AA3370B8.bcsymbolmap

Lines changed: 427 additions & 340 deletions
Large diffs are not rendered by default.

87937595-F04F-3F85-899A-E03C45B47E0F.bcsymbolmap renamed to 0D22B42C-AD00-3E07-9E6B-FE721E5153E4.bcsymbolmap

Lines changed: 430 additions & 345 deletions
Large diffs are not rendered by default.

F26C9094-02FB-3ED6-94BD-7B0C519C28D5.bcsymbolmap renamed to 6250E171-1764-3286-B921-B61520053482.bcsymbolmap

Lines changed: 1849 additions & 829 deletions
Large diffs are not rendered by default.

1C2F06E9-2AF1-328A-985C-90CB7A77BA22.bcsymbolmap renamed to C574A280-AD7F-3733-A39B-1F34EBDBE6BE.bcsymbolmap

Lines changed: 1847 additions & 826 deletions
Large diffs are not rendered by default.

Carthage.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@
4141
"7.9.1": "https://github.com/Instabug/Instabug-iOS/releases/download/7.9.1/Instabug.zip",
4242
"7.9.2": "https://github.com/Instabug/Instabug-iOS/releases/download/7.9.2/Instabug.zip",
4343
"7.10": "https://github.com/Instabug/Instabug-iOS/releases/download/7.10/Instabug.zip",
44-
"7.10.1": "https://github.com/Instabug/Instabug-iOS/releases/download/7.10.1/Instabug.zip"
44+
"7.10.1": "https://github.com/Instabug/Instabug-iOS/releases/download/7.10.1/Instabug.zip",
45+
"7.11": "https://github.com/Instabug/Instabug-iOS/releases/download/7.11/Instabug.zip"
4546
}

Instabug.framework.dSYM/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>7.10.1</string>
16+
<string>7.11</string>
1717
<key>CFBundleVersion</key>
18-
<string>13292</string>
18+
<string>13496</string>
1919
</dict>
2020
</plist>
Binary file not shown.

Instabug.framework/Headers/Instabug.h

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

1111
#import <Foundation/Foundation.h>
@@ -1227,6 +1227,16 @@ OBJC_EXTERN void IBGNSLogWithLevel(NSString *format, va_list args, IBGLogLevel l
12271227
*/
12281228
+ (BOOL)hasRespondedToSurveyWithToken:(NSString *)surveyToken;
12291229

1230+
/**
1231+
@brief Sets a threshold for numbers of sessions and another for number of days required before a survey, that has been dismissed once, would show again.
1232+
1233+
@discussion When a survey that has been shown to the user gets dismissed once, it will not reappear to the user unless a certain number of sessions have started AND a certain number of days have passed since the user first dismissed the survey. Note that if a survey is dismissed for a second time, it will not show again, in other words, it will be set to `canceled`. This applies to both surveys with and without tokens.
1234+
1235+
@param sessionCount : Number of sessions required to be initialized before a dismissed survey can be shown again.
1236+
@param daysCount : Number of days required to pass before a dismissed survey can be shown again.
1237+
*/
1238+
+ (void)setThresholdForReshowingSurveyAfterDismiss:(NSInteger)sessionCount daysCount:(NSInteger)daysCount;
1239+
12301240
/// ------------------------
12311241
/// @name SDK Debugging
12321242
/// ------------------------
927 Bytes
Binary file not shown.

Instabug.framework/Info.plist

-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)