1.1.15
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#import <AppTrackingTransparency/AppTrackingTransparency.h>
|
||||
#import <AdSupport/AdSupport.h>
|
||||
#import <AFNetworking/AFNetworking.h>
|
||||
|
||||
#import "QXMineNetwork.h"
|
||||
|
||||
@interface QXIAPManager()<SKPaymentTransactionObserver,SKProductsRequestDelegate,SKRequestDelegate>
|
||||
@property (nonatomic,strong)NSString*orderNo;
|
||||
@@ -114,6 +114,11 @@
|
||||
self.subscriptionSuccessCompletionHandler();
|
||||
}
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName:noticeAlipayResult object:nil];
|
||||
[QXMineNetwork getMineInfoSuccessBlock:^(QXUserModel * _Nonnull userModel) {
|
||||
|
||||
} failBlock:^(NSError * _Nonnull error, NSString * _Nonnull msg) {
|
||||
|
||||
}];
|
||||
}else{
|
||||
if (self.subscriptionFailurreCompletionHandler) {
|
||||
self.subscriptionFailurreCompletionHandler();
|
||||
|
||||
Reference in New Issue
Block a user