This document describes how to set up a continuous SPN AWARE-iOS. The SPN allows us to send push notification from a server without any alert for the user. By using the function, we can monitor the status of running sensors
Activating Activity Recognition Plugin on AWARE-iOS
This document introduces how to activate Activity Recognition plugin on AWARE-iOS from AWARE dashboard. The Activity Recognition plugin allows us to collect historical activity recognition data (stationary, walking, running, automotive, cycling, and unknown) which is provided by motion co-processor. Create
Minimizing a sensor import on AWAREFramework-iOS
On AWAREFramework-iOS, some sensors need to send a permission request for using the API and set special configurations on Info.plist. This document shows that the best practice for importing these sensors as extensions into your Xcode project. Supported extensions AWAREFramework-iOS
Activating Pedometer Plugin on AWARE-iOS
This document introduces how to activate Pedometer plugin on AWARE client iOS v2 from AWARE dashboard. Create the Pedometer plugin into the dashboard Please make a plugin with the following elements into your dashboard. You can access the page from
Activating HealthKit Plugin on AWARE-iOS
This document introduces how to activate HealthKit plugin on AWARE client iOS v2 from AWARE dashboard. HealthKit is an official iOS library for managing health-related data such as sleep, steps, and exercise information. We provide a wrapper for AWARE, HealthKit
Creating a standalone iOS application with AWAREFramework-iOS
AWAREFramework-iOS is a library version of AWARE iOS. The library allows us to easily implement functions (e.g., background sensing, database synchronization, and ESM) which are used on AWARE iOS, into your standalone application. This tutorial shows how to create a standalone
Distributing Methods of AWARE iOS
Distributing methods of an original/fixed AWARE iOS AWARE iOS is an open source software. Therefore, you can download it from GitHub ( https://github.com/tetujin/aware-client-ios ) and modify the source code by yourself. In this tutorial, I would like to describe how
Deploying Scheduled ESMs for AWARE Client iOS
By using iOS ESM(Experience Sampling Method) plugin, you can make a schedule ESMs on AWARE iOS client. The plugin supports generate eight(8) types of ESMs such as (Free-Text(1), Radio-Button(2), Checkbox(3), Likert-Scale(4), Quick-Answer(5), Scale(6), DateTime-Picker(7), PAM(Photographic Affect Meter)(8)) which are same as
Introduction of AWARE iOS Client
This tutorial describes how to prepare developing environment and deploy the AWARE iOS client. AWARE iOS client is developed as a native iOS application by using Objective-C. The app can collect almost the same sensor data as the AWARE Android