Jump to Content
MedableCortex ReferenceHow-ToChangelog
HomeHow-ToCortex ReferenceChangelogFAQ
Cortex ReferenceHow-ToChangelogFAQMedable
How-To
FAQ
Migration Guide
All
Pages
Start typing to search…

Getting Started

  • Introduction
  • Cortex Reference

Cortex Information

  • Signing Up
  • Generate API Key
  • First API Request
  • Configuring Org Settings
  • Data Model Setup
  • One-to-Many Relationships
  • Write and Read Data
  • Handling Responses
  • Authentication
  • Two Factor Authentication
  • Setting Third-Party Cookies
  • Connections
    • Accepting a Connection
    • Auto-Accept
    • Create a Connection
  • File Uploads
  • Cortex iOS
    • Cortex Objects
    • Pagination Helpers
    • Code Samples
    • Managing File Uploads
    • Migration Guide
  • Swift Start
    • New Project
    • Registration
    • Login
    • Push Notifications
  • Cortex Android
    • Cortex Objects
    • Pagination Helpers
    • Code Samples
    • Managing File Uploads

Axon Information

  • Introduction
  • Product Dictionary
  • Study
  • Task
  • Step
  • Branching
  • Participant Groups
  • Enrollment
  • Custom Fields
  • View Responses
  • Flask
  • White Label App - iOS
  • White Label App - Android
  • Quick Start
  • Axon Release Notes
  • Axon iOS
    • How to use
  • iOS vs Android Feature Comparison
  • White Label App - Study Configuration
  • Axon Android
    • How to use

License Information

  • Cortex Third-Party Licenses

Migration Guide

If you're upgrading from a previous version to 1.10 or newer, you will need to make the following changes:

  • Remove the Medable framework from the Xcode project.
  • Following the installation guide, update to the latest version.
  • Replace any instance of Medable/Medable.h with MedableCortex/MedableCortex.h

Updated 4 months ago


Managing File Uploads
Swift Start