appcenter-docs
appcenter-docs copied to clipboard
content repo for Visual Studio App Center on docs.microsoft.com
Under `rollbackRetryOptions` the [documentation](https://learn.microsoft.com/en-us/appcenter/distribution/codepush/rn-api-ref) says: > delayInHours (Number) - Specifies the minimum time in hours that the app will wait after the latest rollback before attempting to reinstall the same...
Occasionally, AppCenter will crash on startup without much indication as to why it crashes. It's maybe 1/1000 launches but the application should not crash ever. The client calling location isn't...
https://learn.microsoft.com/en-us/appcenter/distribution/codepush/tutorials#1--silent-mode ``` codePush.sync({installMode: InstallMode.IMMEDIATE}); ``` InstallMode enum is inside the CodePush, make the following changes to all associated codes ``` CodePush.sync({ installMode: CodePush.InstallMode.IMMEDIATE }); ``` https://learn.microsoft.com/en-us/appcenter/distribution/codepush/tutorials#2--active-mode ``` codePush.sync({ updateDialog: true...
React native openly recommend using Expo to build apps with their technology. Because of this a huge shift to using expo by default when creating React Native apps has happened....
Maybe it's time to reference MAUI, instead of just Xamarin, and if there's any unique differences. Seems dated. --- #### Document Details ⚠ *Do not edit this section. It is...
As far as I know the Google API Access Page has been depreciated. I mean the linking of Service Account to Google Play Console has different steps then shown in...
It doesn't really help you when you're facing trouble with the signing capabilities and adhoc/appstore mobile provisioning file. Let me explain myself. In XCode, i have two configurations under "Signing...
As the title suggests, it is not possible to delete events with long names. Here is an example in which the complete name does not appear and for this reason...
Could you update this page to address builds using latest versions of Xcode and MacOS? --- #### Document Details ⚠ *Do not edit this section. It is required for learn.microsoft.com...