Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在向我的应用程序添加订阅功能。有什么方法可以知道当前订阅的到期日期吗?
我到处搜索,似乎找不到答案
谢谢
只能通过 Google Play Android Develop-based API 获取订阅的到期日期。您始终可以使用AIDLfor 订阅计算到期日期。如果您请求RESTORE_TRANSACTIONS(假设您没有以前的本地数据),您将获得购买日期和订阅的当前状态以及一些其他数据。
AIDL
RESTORE_TRANSACTIONS