You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UpgradeAlert.config ={.init(
isRequired: false, // Require users to update
alertTitle:"Update available", // alert title
alertMessage:{ _, version in"MyApp version \(version) is available on the AppStore."}, // An optional message which you want to show to the user when user will be alerted for the force update.,
laterButtonTitle:"Later", // skip button title
updateButtonTitle:"Update Now" // go to appstore btn
)}()DispatchQueue.main.async{UpgradeAlert.showAlert(appInfo:.init(version:"1.0.1", trackViewUrl:"https://apps.apple.com/app/id/com.MyCompany.MyApp"))
The text was updated successfully, but these errors were encountered:
macOS:
Add UITestSugar package
Add this to UITest
Add this to AppDelegate:
The text was updated successfully, but these errors were encountered: