LogoLogo
  • Introduction
  • OVERVIEW
    • About ParqEx
      • -- Marketplace
      • -- Access+
      • -- GuestParq & GuestAccess
      • -- Enforcer
    • API Requirements
    • Roles and Permissions
  • GETTING STARTED
    • Requesting an Account
    • Using RESTful Tools
    • Webhooks
  • Embedding ParqEx in Native Mobile Apps
    • Overview
    • FAQ
    • Technical Documentation
      • iOS Implementation Guide
      • Android Implementation Guide
  • THE BASICS
    • Entities
    • Best Practices
    • Testing Accounts
  • OAUTH
    • Overview
    • How to Authorize Access
      • Step 1: Generate Authorization URL
      • Step 2: Handle Authorization Response
      • Step 3: Request an Access Token
      • Step 4: Call API Endpoints
      • Step 5: Refresh the Tokens
  • API ENDPOINTS
    • Overview
    • Get User Info
    • Get User Settings
    • Get User Devices
    • Toggle Access Point
    • Invite User (internal)
    • Get Access History
Powered by GitBook
On this page

Was this helpful?

  1. Embedding ParqEx in Native Mobile Apps

Overview

Embedding ParqEx in Native Mobile Apps

ParqEx can be easily embedded into a native mobile app using a webview. Some third-party tools integrate into native mobile apps using native mobile SDKs (we previously used this approach), but now our approach to embedding ParqEx in native mobile apps is to use a webview. The main benefits to this approach are:

  • Updates and new features for the ParqEx experience are immediately available (whereas updates to native SDKs often lag behind updates for the web experience).

  • Updates and new features for the ParqEx experience do not require a new release of your app.

  • The user experience is completely consistent between mobile and web.

PreviousWebhooksNextFAQ

Last updated 4 years ago

Was this helpful?