Skip to content

highly-attractive-people/drupal-app_link

Repository files navigation

APP LINK

Contents of this File

  • Introduction
  • Project Status
  • Requirements
  • Installation
  • Configuration
  • Troubleshooting

Introduction

The App Link module to redirect user's to a native app. Use this module to link native apps on end-user user platforms, such as mobile devices. Further, the module falls back to an app store link, when the user does not have the app installed.

This module provides:

  • A user interface to manage and export your app links.
  • A CTools export plugin for configuration deployment.
  • A CTools plugin api to extend this module to support more platforms.

Requirements

This module requires the following modules:

Installation

Configuration

  • Configure user permissions in Administration » People » Permissions:
    • Use the administration pages and help (System module)
    • The default Access Content permission is required to follow App Links (by default, everyone has this permission)
    • The "Administer App Link entries" is required to add/edit App Links (by default, administrators have this permission)
  • Create an App Link: For brevity, we'll assume you only have an iPhone App… about cats.
    1. Navigate to Configuration » Search and Metadata » App Link
    2. Click the Add button near the top of the page (by page title).
    3. Fill out the Add App Link Form.
    1. Hit save, and you'll see your link listed.
    2. Try it out. Navigate to the desired path: http://mysite.com/app_link/mycatapp

Troubleshooting