Requirements
The plugin also detects and integrates with optional plugins when present:
- BuddyBoss Platform Pro — unlocks messaging and document features
- LearnDash — enables Courses module
- Easy Digital Downloads — enables Shop/Products module
- WooCommerce — enables Shop module (alternative to EDD)
- Mux — enables Livestream module (requires Mux account and webhook setup)
Installation
From a zip file
- Download the
blockli-mobile-app.zipfrom your Studio account. - In WordPress admin, go to Plugins → Add New → Upload Plugin.
- Choose the zip file and click Install Now.
- Click Activate Plugin.
Via WP-CLI
What happens on activation
On first activation the plugin:- Creates the
bma_settingsoption with sensible defaults (app name pulled from your site name, app slug derived from it). - Generates a random 64-character token secret stored in
bma_token_secret. Do not delete this option — it invalidates all existing app sessions. - Registers all REST API routes under
/wp-json/blockli-mobile/v1/. - Registers the Blockli admin menu in WordPress.

