简体   繁体   English

iOS版本到期

[英]iOS build with expiry date

I have to distribute a iOS build with a validity period such as validity for 3 week or 1 month. 我必须分发有效期为3周或1个月的iOS版本。 Before that I have to revoke the access of that build. 在此之前,我必须撤消对该版本的访问。 Is possible to do this in fabric? 可以在面料上这样做吗? Or there is any other methods to do this other than Testflight? 还是有除Testflight之外的其他方法?

Though its not clear by the question I am considering that you want to do this programatically by the virtue of the tags used in your question. 尽管问题尚不清楚,但我认为您希望通过问题中使用的标签以编程方式执行此操作。

You can write code which would check the date/number of app launches till date and would show an alert message with no buttons to close it which will block the access of the user from the app. 您可以编写代码来检查直到日期的应用程序启动日期/数量,并显示一条警告消息,其中没有任何按钮可以关闭它,这将阻止用户访问该应用程序。 This may be frustrating but would be effective. 这可能令人沮丧,但会有效。

If you want to do this from app store then you can remove the app from sale, check more of it here . 如果您想在应用商店中进行此操作,则可以将其从销售中删除,请在此处查看更多信息

Also there are some other options like Diawi which creates a installable link for a specific duration with free and paid versions available. 另外,还有其他一些选项,例如Diawi ,它会在特定的时间内创建一个可安装的链接,并提供免费和付费版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM