ios – Apple Developer程序的Missing Renew Now按钮

我正在为Apple Developer计划进行自动续订.我的续约日期是3周. iTunes Connect会一直警告我,我的会员资格将会过期.我厌倦了不必要的警告,我试图尽早更新.根据 https://developer.apple.com/support/renewal/的文档:

You can renew starting 30 days before the expiration date of your existing membership or any time after it expires. Your expiration date is available in your account on the developer website. To renew,sign in to your account with the Apple ID you used to enroll,and click the “Renew Now” button.

我在https://developer.apple.com/的任何地方都找不到“立即续订”按钮.我知道会员中心过去几年有按钮.我有点犹豫要不要在我的失效日期前关闭自动续订.

>我已登录到正确的Apple ID.
>我尝试使用Safari和Chrome.

有人知道“立即续订”按钮的位置吗?

谢谢

解决方法

对于自动续订功能已关闭的用户,将显示“续订会员”按钮.

如果打开自动续订,则无需担心.

相关文章

UITabBarController 是 iOS 中用于管理和显示选项卡界面的一...
UITableView的重用机制避免了频繁创建和销毁单元格的开销,使...
Objective-C中,类的实例变量(instance variables)和属性(...
从内存管理的角度来看,block可以作为方法的传入参数是因为b...
WKWebView 是 iOS 开发中用于显示网页内容的组件,它是在 iO...
OC中常用的多线程编程技术: 1. NSThread NSThread是Objecti...