Top

Documentation

ReelEaseAI Connect is a cloud-based SaaS platform built on Cloud API, designed to simplify the management of your WhatsApp customers. It helps automate conversations through intelligent chatbots and allows you to send bulk messages to your entire customer base with ease, along with detailed tracking and analytics. With its powerful and modern features, ReelEaseAI Connect provides an all-in-one solution to streamline communication and boost your growth. Get started today and begin scaling your earnings with ReelEaseAI Connect.!

Installation Guide

Purpose :
This setup is required to run the ReelEaseAI React Native app on Android devices, iOS simulators, or real devices.

ios iOS Setup Guide

    Step 1: Install Xcode

  • Download from official website: Download Xcode
  • Install from App Store and open it once after installation

    Step 2: Install Xcode Command Line Tools

    xcode-select --install

    Step 3: Install CocoaPods

    sudo gem install cocoapods

    Verify installation: pod --version

    Step 4: Install iOS Dependencies

    • Go to project folder:
    cd ios && pod install && cd ..

    Step 5: Run iOS App

    npx react-native run-ios

    iOS Simulator will open automatically

    Step 6: Run on Real iPhone (Optional)

  • Connect iPhone via cable
  • Open project in Xcode: open ios/YourProjectName.xcworkspace
  • In Xcode: Select your device → Add Apple ID (Signing & Capabilities) → Click Run