Skip to content
Tuan Nguyen edited this page Sep 12, 2019 · 79 revisions

Welcome to the svyMobile wiki!

This wiki provides comprehensive documentation for using the svyMobile sample, which shows you how to create a mobile solution using Servoy and phonegap.

Getting started

You can download the svyMobile project through git and import into the Servoy Developer to view the solution.

Creating Binary for iOS/Android Devices

In order to build the binary correctly with all features we need to first register for push notification accounts at FCM. Then download the following app template.zip, which contains all the configuration for plugins used for svyMobile app. Within the template we must replace the two files (google-services.json,GoogleService-Info.plist) from FCM console after registration.

Alternatively you can also try the Servoy's Phonegap Build Generator. This application can help you fill out the template required by Phonegap Cloud Build.

For more deployment details check out the following guide.

Clone this wiki locally