HealthKits

An app that does both Apple HealthKit and Google Fit and shows totals

  • setup of iOS and Android native environments
  • create plugins for both iOS and Android
  • web server to consolidate totals
  • next steps: incorporate HealthKit and Google Fit code (permissions)
  • first prototype: counts moments of meditation
  • HealthKit and Google Fit totals are managed traditionally thru native code
  • Totals are managed thru the web server
healthKits.png

Unity C# Calling Android / IOS depending on build platform

code.png

PHP on web server that syncs IOS and Android counts

code_php.png

Objective-C Plugin (access HealthKit)

code_IOS.png

Android Java Plugin (access to Google Fit)

code_Android.png

Plugin Folders

folders.png

iOS and Android mobile apps

Screenshot_20200306-123308.png
IMG_2948.PNG
HealthKits.apk

APK

HealthKits_2020_03_06_15_30.zip

Source Code