KB Category: web services

  • Flicknexs Analytics Dashboard: Guide on How to Use Analytics in Flicknexs?

    Analytics dashboard helps video creators to know about the performances of the video. In this tutorial, we are going to explain how to use analytics in the Flicknexs account. By default, we are on Flicknexs Home page. Click on the top right corner of the home page menu ->Admin section. In the Menu section, click…

  • 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…

  • 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()…