Giter Club home page Giter Club logo

mesiboframeworks's Introduction

Mesibo Frameworks for iOS

Visit https://mesibo.com for documentation.

Installation

The Mesibo SDKs for iOS are available as CocoaPods pods OR individual frameworks that can be installed manually.

CocoaPods is an open source dependency manager for Swift and Objective-C Cocoa projects, which automates the process of using 3rd-party libraries like Mesibo in your projects. For details, see the CocoaPods Getting Started guide.

If you prefer to install manually, you can click here.

Whatever the method you prefer, ensure that git lfs is installed before you proceed.

Install Using CocoaPods

If you already have the CocoaPods tool, skip to Step 2.

Step 1: Install CocoaPods

CocoaPods is an open source dependency manager for Swift and Objective-C Cocoa projects, which automates the process of using 3rd-party libraries like Mesibo in your projects. For details, see the CocoaPods Getting Started guide.

You can install CocoaPods by running the following commands in Terminal.app:

$ sudo gem install cocoapods
$ pod setup

Depending on your Ruby installation, you may not have to run as sudo to install the cocoapods gem.

Step 2: Create a Podfile

Project dependencies to be managed by CocoaPods are specified in a file name Podfile. Create this file in the same directory as your Xcode project (.xcodeproj) file and Copy and paste the following lines into it:

target "YourTargetName" do
    source 'https://github.com/CocoaPods/Specs.git'
    pod 'mesibo'
end

This will install mesibo core API framework into your project.

Step 3: Install Mesibo Core API Framework

Now you can install mesibo the dependencies in your project:

$ pod install

From now on, be sure to always open the generated Xcode workspace (.xcworkspace) instead of the project file when building your project:

$ open <YourProjectName>.xcworkspace

Step 4: Install Mesibo UI and Calls Framework

Similarly, you can also install mesibo-ui and mesibo-calls framework as following:

target "YourTargetName" do
    source 'https://github.com/CocoaPods/Specs.git'
    pod 'mesibo-ui'
    pod 'mesibo-calls'
end

Step 4: That's All!

At this point, everything's in place for you to start using Mesibo. Just #import the headers for the classes you need and start coding!

#import <Mesibo/Mesibo.h>
#import <MesiboUI/MesiboUI.h>
#import <MesiboCall/MesiboCall.h>

Install Manually

You can add mesibo frameworks manually to your project.

You can download all the Mesibo frameworks for iOS from GitHub OR by by running the following commands in Terminal.app:

git clone https://github.com/mesibo/mesiboframeworks.git

If you are using, Mesibo Call framework, you also need to download Mesibo WebRTC framework by downloading from GitHub OR by by running the following commands in Terminal.app:

git clone https://github.com/mesibo/mesibowebrtcframework.git

Mesibo Core API Framework

  1. Drag mesibo.framework to your xcode project. Xcode will prompt you for various options - make sure to select Copy items if needed

  2. Import header in your project

#import <Mesibo/Mesibo.h>

Mesibo UI Framework

  1. Drag messaging.framework to your xcode project. Xcode will prompt you for various options - make sure to select Copy items if needed

  2. Right-click messaging.framework in your project, and select "Show In Finder".

  3. Drag the messagingui.bundle from the Resources folder into your project. When prompted, ensure that Copy items into destination group's folder is NOT selected.

  4. Import header in your project

#import <MesiboUI/MesiboUI.h>

Mesibo UI SDK uses google map and place API to send location. Hence, in order to use this feature, you must be having Google map and place framework and also your Google API key in the info.plist - refer how to get your google map api key and install it.

Mesibo Voice and Video Call Framework

  1. Drag mesibocall.framework to your xcode project. Xcode will prompt you for various options - make sure to select Copy items if needed

  2. Right-click mesibocall.framework in your project, and select "Show In Finder".

  3. Drag the MesiboCallBundle.bundle from the Resources folder into your project. When prompted, ensure that Copy items into destination group's folder is NOT selected.

  4. Import header in your project

#import <MesiboCall/MesiboCall.h>

You can now begin developing features with mesibo. Be sure you update these frameworks each time mesibo is updated.

mesiboframeworks's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

mesiboframeworks's Issues

Issue while running pod install

[!] Error installing mesibo
[!] /usr/bin/git clone https://github.com/mesibo/mesiboframeworks.git /var/folders/6b/83kfchv51qd5q38k_m61td8m0000gn/T/d20220501-861-wynvkd --template= --single-branch --depth 1 --branch v1.9.15

Cloning into '/var/folders/6b/83kfchv51qd5q38k_m61td8m0000gn/T/d20220501-861-wynvkd'...
warning: Could not find remote branch v1.9.15 to clone.
fatal: Remote branch v1.9.15 not found in upstream origin

Swift Package Manager support?

Hi!
Have you considered publishing the iOS Frameworks with Swift PM? It now supports binary targets (XCFramework) and it would be easier for us to install and use it with our flow.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.