Skip to content

Commit

Permalink
Updated 2.18.0 to iOS SDK 1.19.3 and Android SDK 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed Mar 26, 2019
1 parent 766f49f commit cd61b14
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file modified Plugins/Android/testfairy-sdk.jar
Binary file not shown.
8 changes: 8 additions & 0 deletions Plugins/iOS/TestFairy.h
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,16 @@
*/
+ (void)getDistributionStatus:(NSString *)appToken callback:(void(^)(NSDictionary<NSString *, NSString *> *, NSError*))callaback;

/**
* Set the delegate object to listent to TestFairy events. See @TestFairySessionStateDelegate
* for more information
*/
+ (void)setSessionStateDelegate:(id<TestFairySessionStateDelegate>)delegate;

/**
* Call this function to log your network events.
*/
+ (void)addNetwork:(NSURLSessionTask *)task error:(NSError *)error;
@end

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

0 comments on commit cd61b14

Please sign in to comment.