Skip to main content
All CollectionsDirectMobile App
Deliverect Direct: Add Your Direct Mobile App Link Inside Your Existing Mobile App
Deliverect Direct: Add Your Direct Mobile App Link Inside Your Existing Mobile App
Updated this week

Integrating your Deliverect Direct ordering link into your existing mobile app provides a seamless experience for your customers. It allows them to place orders directly from your app, improving user engagement, increasing conversions, and boosting overall customer satisfaction.

Overview

Benefits of adding a Direct mobile app link

1. Improved Customer Experience

  • Provides a frictionless ordering process within your app.

  • Customers stay within your ecosystem without redirections.

  • Enhances brand consistency and trust.

2. Higher Conversion Rates

  • Faster checkout process leads to increased order completion rates.

  • Encourages repeat purchases by simplifying the ordering experience.

3. Boost Guest Satisfaction & Retention

  • A direct ordering link enhances user convenience.

  • Encourages customer loyalty by making ordering easier and faster.

Add your Direct mobile app link

1. Retrieve Your Direct Mobile App Link

Step 1. Log in to Deliverect Direct at social-frontend.deliverect.com.

In the sidebar, select Sales channels and then Mobile App Link .


Step 2. Copy your unique ordering link (e.g., https://example.deliverectdirect.com).

If no ordering link is shown, contact our support team for assistance.

2. Integrate the link into your mobile app

Depending on your app’s development framework, you can integrate the link in the following ways:

For native iOS and Android apps

Step 1. Add a button or banner in your app:

  • Update your app’s UI to include a prominent "Order Now" button.

  • Link the button to the Deliverect Direct ordering URL.

Step 2. Use a WebView component:

  • Open the ordering page within a WebView instead of redirecting to a browser.

  • Example code for WebView (React native):

import{WebView}from'react-native-webview';

function OrderNowScreen() {

return (

<WebView source={{ uri: 'https://yourrestaurant.deliverectdirect.com' }} />

);

}

For no-code or low-code apps

If your app is built with a no-code platform (e.g., Adalo, Glide, Bubble):

Step 1. Add a button element.

Step 2. Set the action to "Open URL."

Step 3. Paste your Deliverect Direct ordering link.

3. Customize the user flow (optional)

  • Add a deep link that redirects customers back to your app after checkout.

  • Implement push notifications to remind customers about promotions or cart abandonment.

4. Test and deploy

Step 1. Test the integration on multiple devices to ensure smooth redirection.

Step 2. Verify that the WebView (if used) displays the ordering page correctly.

Step 3. Deploy the update via the App Store and Google Play.

Best practices for integration

  • Add it to the home screen, menu, and checkout flow.

  • Highlight the direct ordering feature with banners.

  • Promote the feature on social media and emails.

Did this answer your question?