forked from organicmaps/organicmaps
[iOS] update link to manage subscriptions page
This commit is contained in:
parent
6b37c84aa1
commit
852c8b22c1
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue