Demonstration of Native Mobile apps built with FileMaker data
This series of projects demonstrates how to leverage the FileMaker Custom Web Publishing XML API to treat your solution as a RESTful service.
For more details, visit the blog I wrote on this technique.
-
To get started, host the SwiftFM.fmp12 database to an instance of FileMakerServer12 (or 13-15)
The file's credentials are: account: username password: password
-
Upload the php file to
/Library/FileMaker Server/HTTPServer/htdocs/
-
Update the php.ini so that image files (~50MB) can be uploaded - can be found here:
/Library/FileMaker Server/Web Publishing/publishing-engine/php/yosemite/lib/php.ini
- post_max_size
- upload_max_filesize
-
Restart Apache Server
-
Update the Mobile projects with the proper credentials and host IP address of your FileMakerServer
- If Swift, update the variables found in 'Variables.swift'
- If Android, update the variables found in 'DroidFMListView.java'