Skip to content

Commit

Permalink
Updated 2.9.0 to iOS SDK 1.14.0 and Android SDK 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed Jun 5, 2018
1 parent b49016f commit da772f5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
Binary file modified Plugins/Android/testfairy-sdk.jar
Binary file not shown.
17 changes: 15 additions & 2 deletions Plugins/iOS/TestFairy.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,16 @@
* to this method to allow users to provide feedback about the current
* session. All feedback will appear in your build report page, and in
* the recorded session page.
*
*/
+ (void)pushFeedbackController;
+ (void)pushFeedbackController TF_DEPRECATED("Please refer to showFeedbackForm");

/**
* Programmatically display the feedback form to users.
* Users can provide feedback about the current session.
* All feedback will appear in your build report page,
* and in the recorded session page.
*/
+ (void)showFeedbackForm;

/**
* Send a feedback on behalf of the user. Call when using a in-house
Expand Down Expand Up @@ -215,6 +222,12 @@
*/
+ (void)attachFile:(NSURL *)file;

/**
* Query to see if the previous session crashed. Can be called before or
* after calling begin.
*/
+ (BOOL)didLastSessionCrash;

@end

#if __cplusplus
Expand Down
Binary file modified Plugins/iOS/libTestFairy.a
Binary file not shown.

0 comments on commit da772f5

Please sign in to comment.