Giter Club home page Giter Club logo

testrepo's Introduction

Using Application

Make the following steps:

  • Register an account or login to the Mobile Connect Developer Portal and create an application to get your sandbox credentials.
  • Download the client side library.
  • Configure your project. Please reference the iOS library.
  • Build and run the application.

Application has two modes:

  • With Discovery
  • Without Discovery

With Discovery

With your configuration specified in the configuration file or using user interface, you have everything you need to make a successful call to the server side library. You can use the client side with discovery application in three modes:

  • MSISDN mode The request to your server side part in the MSISDN mode: http://server_side_endpoint?msisdn=your_msisdn. The default MSISDN value is from the configuration.xml file.
  • MCC_MNC mode The request to your server side part in the MCC_MNC mode: http://server_side_endpoint?mcc=your_mcc&mnc=your_mnc. The default MCC and MNC values are extracted from the current device SIM card.
  • None mode The request to your server side part in the NONE mode: http://server_side_endpoint?.

Including IP Address. The IP Address can be added in each mode. The request to your server side SDK in the MSISDN mode including the IP Address: http://server_side_endpoint?msisdn=your_msisdn&ip_address=your_ip_address.

Without Discovery

With your configuration specified in the configuration (server_endpoint_without_discovery_endpoint and msisdn_wd params) file or using user interface, you have everything you need to make a successful call to the server side library into the without discovery mode. Without Discovery works in MSISDN mode only. THe example request: http://server_side_without_discovery_endpoint?msisdn=your_msisdn

General

After pressing Mobile Connect button you will see Web View Dialog. Here you can find session status. Please check 'References' item to navigate details like source code.

References

testrepo's People

Contributors

yuryiustinovicha1qa avatar

Watchers

James Cloos avatar Yuryi Ustsinovich avatar  avatar

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.