Skip to content

Commit 1333c4c

Browse files
committed
⬆️ Upgrade native Android and iOS SDK dependency
1 parent c5b531f commit 1333c4c

26 files changed

+79
-61
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ android {
2121

2222
dependencies {
2323
compile 'com.facebook.react:react-native:0.20.+'
24-
compile 'com.instabug.library:instabug:4.6.1'
24+
compile 'com.instabug.library:instabug:4.7.0'
2525

2626
}

ios/Instabug.framework/Headers/Instabug.h

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

1111
#import <Foundation/Foundation.h>
@@ -1153,6 +1153,24 @@ OBJC_EXTERN void IBGNSLogWithLevel(NSString *format, va_list args, IBGLogLevel l
11531153
*/
11541154
+ (void)setDidDismissSurveyHandler:(void (^)(void))didShowSurveyHandler;
11551155

1156+
/**
1157+
@brief Shows Survey with a specific token.
1158+
1159+
@discussion Does nothing if there are no available surveys with that specific token. Answered and canceled surveys won't show up again.
1160+
1161+
@param surveyToken A String with a survey token.
1162+
*/
1163+
+ (void)showSurveyWithToken:(NSString *)surveyToken;
1164+
1165+
/**
1166+
@brief Returns true if the survey with a specific token was answered before .
1167+
1168+
@discussion Will return false if the token does not exist or if the survey was not answered before.
1169+
1170+
@param surveyToken A String with a survey token.
1171+
*/
1172+
+ (BOOL)hasRespondedToSurveyWithToken:(NSString *)surveyToken;
1173+
11561174
#pragma mark - SDK Debugging
11571175

11581176
/**

ios/Instabug.framework/Info.plist

0 Bytes
Binary file not shown.

ios/Instabug.framework/Instabug

17 KB
Binary file not shown.

ios/Instabug.framework/_CodeSignature/CodeResources

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<dict>
77
<key>Headers/Instabug.h</key>
88
<data>
9-
xcDqpr1ALuKw7dmbnzNWh8B2H0M=
9+
BfsBz56unTcAbZ94XgCeCH4hLiA=
1010
</data>
1111
<key>Info.plist</key>
1212
<data>
13-
uZAnUh7C/NBKYvvbjRZxsn2h8cw=
13+
GBrcvErX2xz9tnmYH6xjSxlG2w8=
1414
</data>
1515
<key>Modules/module.modulemap</key>
1616
<data>
@@ -23,11 +23,11 @@
2323
<dict>
2424
<key>hash</key>
2525
<data>
26-
xcDqpr1ALuKw7dmbnzNWh8B2H0M=
26+
BfsBz56unTcAbZ94XgCeCH4hLiA=
2727
</data>
2828
<key>hash2</key>
2929
<data>
30-
RH1mGgfTfrjNKsUKU/GyzsXbdlyVqmYPdD2tqPYFFUo=
30+
3dXqAVUmyI5WNvmhyqz38J4NQ5+VDt2a97m1Ja3T+Tk=
3131
</data>
3232
</dict>
3333
<key>Modules/module.modulemap</key>
Binary file not shown.
Binary file not shown.
Binary file not shown.
-15 Bytes
Binary file not shown.
-3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)