iOS App publish guide(Branded Apps)
iOS
Building Requirements
To build an iOS app:
macOS latest version
Xcode latest version
Apple Developer Account
Cocoapods
Open the project
Make sure you open the .xcworkspace and not .xcodeproj
Certificates and capabilities
- Click on the First Project in the left side nav
- Go to "Signing and Capabilities"
- Add Capability "Push notifications"
- Add Capability "App Groups"
-Â Turn ...
Android App publish guide(Branded Apps)
Android
Building Requirements
To build an Android app:
Windows/Linux/macOS
Google Play Developer Account
Keytool
Jarsigner
Download and Install JDK
If you don't already have JDK installed, download and install from the official JDK downloads page.
Generate Keystore
Generate a Keystore file (if you already don't have one).
Use the keytool provided by the JDK:
keytool -genkey -v -keystore ...