0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

iOSの購読管理画面の呼び出し方

Posted at

メモな感じですいません。
iOSの購読管理画面を呼び出す方法、ここに書いてあります。
https://developer.apple.com/jp/documentation/storekit/in-app_purchase/

let url = "https://apps.apple.com/account/subscriptions"       
UIApplication.shared.open(URL(string: url)!, options: [:], completionHandler: nil)

WWDCのビデオはこちらです。
https://developer.apple.com/videos/play/wwdc2018/705/

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?