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?
iOS build with expiry date
382 Views Asked by anas.p At
1
There are 1 best solutions below
Related Questions in IOS
- Overlapping UICollectionView in storyboard
- Cannot pod spec lint because of undeclared type errors
- Is the transactionReceipt data present in dataWithContentsOfURL?
- UIWebView Screen Fitting Issue
- ZXingObjC encoding issues
- iOS: None of the valid provisioning profiles allowed the specific entitlements
- How to hide "Now playing url" in control center
- CloudKit: Preventing Duplicate Records
- Slow performance on ipad erasing image
- Swift code with multiple NSDateFormatter - optimization
- iOS 8.3 Safari crashes on input type=file
- TTTTimeIntervalFormatter always returns strings in English
- How do I add multiple in app purchases in Swift Spritekit?
- Setup code for xibs in iOS. -awakFromNb:
- iOS Voice Over only reads out the title of any alert views
Related Questions in IOS-PROVISIONING
- iOS: None of the valid provisioning profiles allowed the specific entitlements
- How can I setup the distribution build to get watchkit App working?
- iOS Development build suddenly not downloading on a device who's UDID is registered
- Is it possible to get a crash log due to expiration of provisioning profile?
- Missing Production Certificate
- How do I know if my current apple account is developer or enterprise one
- SpriteKit-based app not running on real device
- ERROR ITMS-90174: "Missing Provisioning Profile - iOS Apps must contain a provisioning profile in a file named embedded.mobileprovision."
- Unable to add device in Apple Developer Program
- How to signig existing .ipa or app. with provisioning profile
- How can we test ios release app. in device with wildcard provisioning profile
- MDM iOS Enterprise app distribution
- Where do I see the iOS Distribution Provision Profile expiration date with iOS 8?
- Do I have to create a new SSL for additional apps in iOS?
- iOS 8.1 Can't install OTA Enterprise app - "Unable to download app"
Related Questions in GOOGLE-FABRIC
- When a crash occurs, how can I upload a log file?
- Android Fabric events (Answer)
- What is this METRIC ATTRIBUTE in crashlytics
- After updating to Fabric Crashlytics sometimes natives crashes with java.lang.NoClassDefFoundError
- Crashlytics doesn't catch SIGSEGV in Android
- How to provide custom Function/Line/File information to manually invoked Crashlytics Crashes
- No update popup when releasing a new build with Crashlytics Beta
- How to export 'raw' data from fabric.io events / answers
- Fabric can't be initialised after adding Twitter Kit 3.1.0
- Fabric Beta: Tester device ID does not appear after accepting invite
- What's the endpoint of Fabric.io Android Plugin for login and uploading APK?
- React-Native: How do use react native fabric?
- fabric: "there was an error resending the invitation"
- How to report session for active users while running Android foreground service
- Are Fabric events logged in test flight builds
Related Questions in APP-DISTRIBUTION
- Unable to install the iOS (enterprise distribution) app on global devices but able install it from Testflight mode
- Ad Hoc iOS App Distribution to several hundred devices
- How to link a brand new Xcode project to an existing iOS app on App Store?
- How to distribute iOS application when you don't have apple developer account
- Can't install my Adhoc ios build in a specific ios Device (iPhone XS - iOS 14.2)
- Making Custom Version of an App Store App
- Can I publish An Android App from two different accounts in separate countries?
- Play store message "this item isn't available"
- Google Play Console: How to promote Android app from Alpha to Beta
- custom iOS app availability in public app store
- This certificate has an invalid issuer in ios keychain
- Distribute iOS app for specific region/territory
- I want to distribute two same versions of iOS in app distribution
- Define platform specific app ID in tiapp.xml?
- Is there a way to create an GPL licensed iOS App and distribute it to customers without violating any license terms?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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.