|
@@ -134,7 +134,7 @@ NSString * const KMIAPSubscriptionLoadedNotification = @"KMIAPSubscriptionLoaded
|
|
if (flagDis.price) {
|
|
if (flagDis.price) {
|
|
price = [self discountFormattedPrice:false price:flagDis.price];
|
|
price = [self discountFormattedPrice:false price:flagDis.price];
|
|
} else {
|
|
} else {
|
|
- price = [NSString stringWithFormat:@"USD $%0.2f", [self.offersPrice doubleValue]];
|
|
|
|
|
|
+ price = [NSString stringWithFormat:@"USD $%0.2f", [self.offersPriceNumber doubleValue]];
|
|
#ifndef VERSION_DMG
|
|
#ifndef VERSION_DMG
|
|
// 获取产品价格信息
|
|
// 获取产品价格信息
|
|
[[IAPProductsManager defaultManager] loadAllProducts];
|
|
[[IAPProductsManager defaultManager] loadAllProducts];
|
|
@@ -184,7 +184,7 @@ NSString * const KMIAPSubscriptionLoadedNotification = @"KMIAPSubscriptionLoaded
|
|
if (mouths <= 0) {
|
|
if (mouths <= 0) {
|
|
mouths = 1.0;
|
|
mouths = 1.0;
|
|
}
|
|
}
|
|
- price = [NSString stringWithFormat:@"USD $%0.2f", [self.offersAveragePrice doubleValue]/mouths];
|
|
|
|
|
|
+ price = [NSString stringWithFormat:@"USD $%0.2f", [self.offersPriceNumber doubleValue]/mouths];
|
|
}
|
|
}
|
|
#ifndef VERSION_DMG
|
|
#ifndef VERSION_DMG
|
|
// 获取产品价格信息
|
|
// 获取产品价格信息
|