🔥 Enjoy 20% OFF on Any Plan! LIMITED TIME OFFER!

MailWish

Recommended Services
Supported Scripts
WordPress
Hubspot
Joomla
Drupal
Wix
Shopify
Magento
Typeo3
Business Email HostingGuides

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 ...


Business Email HostingGuides

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 ...