mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing premium dialog crash.
This commit is contained in:
parent
99919a2a50
commit
2f4d73c41b
2 changed files with 2 additions and 2 deletions
|
@ -253,7 +253,7 @@
|
|||
NSString *urlString = [NSString stringWithFormat:@"%@/profile/save_ios_receipt/",
|
||||
appDelegate.url];
|
||||
NSDictionary *params = @{
|
||||
@"receipt": [receipt base64EncodedStringWithOptions:0],
|
||||
// @"receipt": [receipt base64EncodedStringWithOptions:0],
|
||||
@"transaction_identifier": transaction.originalTransaction.transactionIdentifier,
|
||||
@"product_identifier": transaction.payment.productIdentifier,
|
||||
};
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
<nil key="textColor"/>
|
||||
<nil key="highlightedColor"/>
|
||||
</label>
|
||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" verticalCompressionResistancePriority="1000" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="5" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wHV-Eo-ith">
|
||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="249" verticalCompressionResistancePriority="1000" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="8" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wHV-Eo-ith">
|
||||
<rect key="frame" x="24" y="53" width="720" height="72"/>
|
||||
<string key="text">Upgrading to a NewsBlur premium subscription gives you all of these features. Payment will be charged to your iTunes Account at confirmation of purchase. Subscription automatically renews unless auto-renew is turned off at least 24 hours before the end of the current period. Cancel at any time from Account Settings in iTunes.</string>
|
||||
<fontDescription key="fontDescription" name="GothamNarrow-Medium" family="Gotham Narrow" pointSize="15"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue