This repository was archived by the owner on Oct 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed
Instabug.framework/Versions/A Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 55
66 Copyright: (c) 2014 by Instabug, Inc., all rights reserved.
77
8- Version: 3.20
8+ Version: 3.21
99 */
1010
1111// ===========================================================================================================================================
@@ -84,6 +84,28 @@ void IBGLog(NSString *format, ...);
8484 */
8585+ (void )invokeFeedbackSenderViaEmail ;
8686
87+ /* *
88+ * Manually reports a bug without showing any UI elements
89+ * @param comment comment(optional)
90+ * @param email email(optional)
91+ * @param screenshot screenshot(optional)
92+ */
93+ + (void )reportBugWithComment : (NSString *)comment email : (NSString *)email screenshot : (UIImage *)screenshot ;
94+
95+ /* *
96+ * Manually send a feedback without showing any UI elements
97+ * @param comment comment(optional)
98+ * @param email email(optional)
99+ * @param screenshot screenshot(optional)
100+ */
101+ + (void )sendFeedbackWithComment : (NSString *)comment email : (NSString *)email screenshot : (UIImage *)screenshot ;
102+
103+ /* *
104+ * Manually reports an exception
105+ * @param exception exception(required)
106+ */
107+ + (void )reportException : (NSException *)exception ;
108+
87109// ===========================================================================================================================================
88110
89111// ===========================================================================================================================================
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Instabug"
3- s . version = "3.20 "
3+ s . version = "3.21 "
44 s . summary = "Bug reporting for mobile apps. Learn more at http://instabug.com"
55 s . homepage = "http://instabug.com"
66 s . license = {
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323 }
2424 s . author = { "Instabug" => "[email protected] " } 2525 s . platform = :ios , '5.0'
26- s . source = { :git => "https://github.com/Instabug/Instabug-iOS.git" , :tag => "3.20 " }
26+ s . source = { :git => "https://github.com/Instabug/Instabug-iOS.git" , :tag => "3.21 " }
2727 s . source_files = 'Instabug.framework/Versions/A/Headers/*.{h}'
2828 s . resources = 'Instabug.bundle'
2929 s . preserve_paths = 'Instabug.framework/*' , 'Instabug.bundle'
You can’t perform that action at this time.
0 commit comments