Skip to content
Tuan Nguyen edited this page Sep 5, 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 Application. Within the template we must replace the two files (google-services.json,GoogleService-Info.plist) from FCM

For more deployment details check out the following guide.

Clone this wiki locally