Skip to content

Demonstration of Native Mobile apps built with FileMaker data

License

Notifications You must be signed in to change notification settings

marybm-dev/SwiftFM-DroidFM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftFM-DroidFM

Demonstration of Native Mobile apps built with FileMaker data

Description

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.

Installation (Assuming OS X)

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

  2. Upload the php file to /Library/FileMaker Server/HTTPServer/htdocs/

  3. 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
  1. Restart Apache Server

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

SwiftFM

Video Walkthrough

DroidFM

Video Walkthrough

About

Demonstration of Native Mobile apps built with FileMaker data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages