Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 856 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 856 Bytes

TelenorConnectIosHelloWorld

Hello world example for Telenor Connect iOS SDK

Install and run

  1. git clone git@github.com:telenordigital/TelenorConnectIosHelloWorld.git
  2. sudo gem install cocoapods
  3. cd TelenorConnectIosHelloWorld
  4. pod install
  5. open TelenorConnectIosHelloWorld.xcworkspace
  6. CMD+R

In other words:

  1. Clone.
  2. Install CocoaPods (you can skip this step if you already have CocoaPods installed).
  3. Go to TelenorConnectIosHelloWorld the folder.
  4. Download TelenorConnectIosHelloWorld dependencies.
  5. Open TelenorConnectIosHelloWorld.xcworkspace.
  6. Build and run.

Sigin example for Telenor Connect

See SignInViewController.swift.