[iOS] update link to manage subscriptions page

This commit is contained in:
Aleksey Belousov 2020-06-23 16:33:03 +03:00 committed by Vladimir Byko-Ianko
parent 6b37c84aa1
commit 852c8b22c1

View file

@ -375,7 +375,7 @@ using namespace power_management;
{
[tableView deselectRowAtIndexPath:indexPath animated:YES];
[UIApplication.sharedApplication
openURL:[NSURL URLWithString:@"https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions"]
openURL:[NSURL URLWithString:@"https://apps.apple.com/account/subscriptions"]
options:@{}
completionHandler:nil];
}