KB Tag: web services

  • Guide on How to Social Login And Sign Up into Webnexs Account?

    In this tutorial, we are going to explain how to Social Login And Sign up into Webnexs account. Initially, we are on the user registration page Users can login by entering the Email and Password and finally clicking on Sign In Button You can social login via Facebook and Google by clicking on Facebook and…

  • Guide on How To Upload a Video Series in Flicknexs Account?

    In this tutorial, we are going to explain how to upload Video Series in Flicknexs account. By default, we are on Flicknexs Home page. Click on the top right corner of the Home page menu ->Admin section.   In  Menu, Under  Video Section -> Click on Series & Episodes -> Add New  Series  The Add…

  • Guide on How to make Changes in Video player Settings and Video Streaming Website Settings

    In this tutorial, we are going to explain about How to make Changes in Video Player Settings and Video Streaming Website Settings By default, we are on Flicknexs Home page. Click on the top right corner of the home page menu -> then click Admin section. You are directed to Admin page To make changes…

  • How to fetch JSON using NSURLSession

    In this tutorial I will discuss about iOS application that fetches some JSON from a web API While building this application we will be following: Functions Arrays Dictionaries NSURLSession Open Xcode Let’s open Xcode and build a single view application. Go to ViewController.swift. Your default ViewController.swift should appear like this: import UIKit class ViewController: UIViewController { override func viewDidLoad()…