Release Checklist
Before releasing the app, make sure you have completed the following steps.
1. Change identifiers on apps
Android project:
- Navigate to the ScanPayGo.Android project, right-click it and go to Properties.
- Change the package name to your package name.
iOS project:
- Open the project, and locate a file named info.plist.
- Change the Bundle Identifier to your own.
2. Change connection settings
- Open Utils.cs in Infrastructure.Data.Omniservice.Utils.
- Change AllowChangingUrl to false (this hides the URL when the app is put on App Store).
- Change DefaultUrlLoyalty to your Commerce Service instance.
3. Change the app icon
See How to: Change Images in the App.
4. Use feature flags to set app behavior
See LS Central Profiles and Feature Flags.
5. More information on publishing to app stores
For more information on how to publish the apps to app stores see:
Android:
iOS: