简体   繁体   中英

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. 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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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