On iOS one can simply do: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions"]]; Note: Safari is not present on tvOS. You can directly open the settings app with ‘itms-apps’ [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms-apps://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions"]]; Note: This will only work on device. Question: Can someone confirm the second approach will work on an actual Apple TV? I do not have […]
The post tvOS – Manage Subscription Page appeared first on BlogoSfera.