How To Run Mobi Ready

Size: px
Start display at page:

Download "How To Run Mobi Ready"

Transcription

1 How To Run Mobi Ready

2 White Label Editor First of all, your clients need to have a domain name. If they do not have one yet, they can purchase one, for example at ovh.com. A.com name costs some 5 / year. They are not required to purchase hosting service with their domain name. Then, they must have access to the DNS zones from the domain name management interface. DNS means Domain Name System. Don t worry, this is not too technical. They will usually find the DNS zones in the Domain section of their domain admin panel. When they find that section, they have to create a type CNAME or CNAME record. In this record they will have to enter the following info: domain name: their subdomain address: the address or your editor (for example, apps.yourdomain.com, if your platform is installed on a subdomain, or yourdomain.com if your platform is installed on a main domain) Here is an example of how it could look like (it depends on the domain admin panel):

3 Your clients can either choose to use their domain name exclusively as a white-label interface, or choose a subdomain (this is an example of the format: subdomain.mydomain.com). They have to enter the name of their domain or subdomain. If they have the option, they should set the TTL to the minimum value. If they don t have this option,they should not worry. It just helps their modifications to be taken into account more quickly. To finish, they must connect to their account on your platform. Then they have to enter their domain name. If they are using the domain for their white label admin panel, they must enter their domain name; if they are using a subdomain, they have to enter that name. If the CNAME has not been configured correctly, they will receive an error message.

4 White Label Editor Editor Settings Then they must not forget to customize their admin panel by clicking on this icon Screenon the left of their dashboard. They should note also that the customizations you make with this process will only appear in their white label editor, and not in their dashboard. If they were able to set the TTL to the minimum value, they should be able to access their white-label interface immediately by typing the name of their domain or subdomain into their web browser. If not, they should be able to access it within 24h.

5 Then, once they have built the application of their first client, they should create and access to the application for him and give him the link to their white label panel. Thanks to this his client will be able to manage his app on your client s admin without knowing he is using your platform. SERVER SETTINGS If, when creating a CNAME, you are redirected to another page than your Siberian, that means you have to change some settings in your server configuration. This happens because your platform is not the default website of your server or of your webspace. For Plesk panel users: If you see the default page of Parallel Plesk when entering the CNAME in your browser, do the following: connect to your plesk panel click on the Server tab in Tools & Resources click on IP Adresses click the IP of your server (the IPV4 one, not the IPV6 if you have IPV6) for Default site choose your platform, and save enter the CNAME in your browser and that should be ok. If you don t have Plesk panel (note that the process below will require you have a dedicated server or a VPS, with root access): You have to change the vhost configuration file on your server. You have to do the following: connect in SSH to your server

6 find the httpd.conf file of apache (if you have cpanel installed, most of the time this file is in /usr/local/apache/conf/) edit this file go down in the file to find the first entry which matches the webspace in which your platform is installed as well as other websites. For instance you can have your platform and other websites installed in /home/www/mywebspace/, with your platform installed in /home/www/mywebspace/platform (these are exemples) The first entry which matches your webspace should be another website (actually it should be the one on which you are landing when entering your CNAME in your browser). This entry begins by <VirtualHost xx.xx.xx.xx:80> where xx.xx.xx.xx is the IP of your server, and it ends with </VirtualHost>. Below <VirtualHost xx.xx.xx.xx:80> you will see the ServerName which match the address of your default website. Go down and now find the entry related to your platform. It also begins with <VirtualHost xx.xx.xx.xx:80> but the ServerName is the address of your platform. Copy all this entry beginning by <VirtualHost xx.xx.xx.xx:80> and ending by </VirtualHost>, paste it in a text editor. Go back to your SSH console, and comment all the lines related to this entry (the entry for your platform) by adding a # before each line (<VirtualHost xx.xx.xx.xx:80> and </VirtualHost> included). Go up in the file to the first entry of your webspace, the one we have seen on point 5, above <VirtualHost xx.xx.xx.xx:80> of this entry paste the entry of your platform (the one you have pasted in a text editor). Save and exit Restart apache by entering service httpd restart or service apache restart, depending of your server, and it s done. If you don t know how to do it, contact us in a bug ticket and send us your ssh root access.

7 Editor This is the panel from where you modify your app. From the design to the features. Promote Here you can download a QR code that leads to the download of your app once it is published. ANALYTICS In this tab you can see how many times you app has been downloaded and also the number of fidelity points used by your users. USERS

8 Here you can manage users that have access to the application, add a new one, remove one, and set what they can do in the app (add pages or not for example). SETTINGS Domain: set the url for your mobile application. And don t modify it once the app has been published unless you want to republish the app. Facebook: here you can set the API key from facebook for this application only. This is useful if your client wants to have his own Facebook app. Previewing Apps Here are the links to download the previewer app coming with the Editions: For iphones: id ?mt=8 For Androids: How To Publish IOS App In this article we are going to see how to publish an app on itunes. We will give some tips and a step by step video. TO KNOW BEFORE PUBLISHING

9 XCODE AND MACOS To publish an ios app you need a Mac computer because you must use Xcode software. Actually you can do that without a Mac computer but you have to emulate your computer to install Mac OS and then install Xcode on Mac OS. Here is an article about that: TO BE ORGANIZED As an app maker you may publish apps under your own developer account and under your clients ones. You have to be a little bit organized to manage it well. Here are some tips on how to be organized: Create a main folder for all your ios publication, named it IOS Create a subfolder per developer account. If all your clients have their own developer account, one subfolder = one client, but if you are going to publish under your own developer account for some clients there will be a subfolder at your name and other subfolders in it for each client In the developer account s folder, create subfolders: one named certificates (in it you will store all the certificates for this account), and other subfolders for each app that will be published under this account (of course at start there will not be any app subfolders until you get your first app to publish) In this app subfolder, create 2 subfolders: one named certificates (in it you will store all the certificates for this app), and another named screenshots (in it you will store all the screenshots for this app) The tree could be like that: IOS apps John Doe certificates John Doe 1st app certificates screenshots John Doe 2nd app certificates screenshots Mary Sullivan certificates

10 Mary Sullivan 1st app certificates screenshots Mary Sullivan 2nd app certificates screenshots Mary Sullivan 3rd app certificates screenshots My Own Account (your account with which you publish apps for the clients that have not a developer account) certificates Patrick Johnson Patrick Johnson 1st app certificates screenshots Patrick Johnson 2nd app certificatesn screenshots Mike Morten Mike Morten 1st app certificates screenshots Certificates An ios publication under one developer account needs 4 files, one file that will sign the certificates and 3 certificates. The file that will sign the certificates and one of the 3 certificates are used for all apps published under this developer account, and the two other certificates must be created each time you will publish a new app. The ones that are used for all apps published under one developer account: These 2 files will be created once (the first time you are going to publish under this developer account). It is the Certificate Signing Request (CSR) and the ios distribution certificate (ios_distribution). The CSR is created from your computer (must be a Mac) from the keychain access, and the ios_distribution is created from the Member Center at developer.apple.com. These two items must be stored in the main certificates folfer for this developer account. Thus if we consider the previous example, for the client named John Doe who has his own developer account: IOS apps

11 John Doe certificates > CSR and ios_distribution for John Doe account must be stored here after you have created them John Doe 1st app certificates screenshots You will use this CSR and ios_distribution certificate for all the apps that you will publish for John Doe, if he buys several apps. You create once and you use them each time you publish an app for John Doe under his account. For your information, the Keychain Access to create the CSR is in your Mac in Applications > Utilities. The two other certificates are the aps_production certificate and the Mobile Provisionning Profile. You will have to create them for each app as you can see in the video. You will stored them in the certificates folder which is in the app folder. Thus if we consider the previous example, for the client named John Doe who has his own developer account: IOS apps John Doe certificates John Doe 1st app certificates > aps_production and Mobile Provisionning Profile for John Doe 1st app must be stored here after you have created them screenshots Create The Screen Shots You will need some screenshots to fill out the app sheet on itunes. You will be able to make them with Xcode and especially with the ios Simulator delivered with Xcode. Open the xcode project that is in the ios_source folder (see in the video when opening the project with Xcode), then choose the target, iphone 4s for instance, and click on the Play button:

12 Take some screenshots of the app for this target using CMD+S from your keyboard, and do it for each target you want screenshots. Before switching from a target to another don t forget to click on the stop button in Xcode. How To Be Sure The App Gets Accepted To be sure your app will be validated by Apple you have some tips to know (on Google Play there is no validation, so it s more easy): All your pages have to be filled out with content. Please be sure you have no empty pages. If you have a news wall feature for example, create a news, and with a picture it would even better.

13 Content: no explicit contents in your apps! But it was obvious ;) Design: please choose cool colors with complementarity. If you don t really know how to find colors with complementarity you can use But no rainbow apps, please don t. Features: Apple want useful apps. So don t create apps with only one or two features. And enter relevant content with multimedia (videos, images, etc) Write a good description of your app. You have to explain what the users would be able to find in your application, and why they have to download it. (250 characters minimum). Never talk about other platforms in your app! Apple doesn t want you to talk about Android or Google Play, or Samsung in apps that are on the Apple App Store. Even if there is a logo, or an image about an Apple competitor, your app will be rejected. If there is an account registration tab in your app, or part of your app that is blocked with the Padlock feature, be sure to provide test credentials to Apple in the Demo fields on itunesconnect.apple.com when publishing your app. Fill out the support policy url too. Never user test content in your app, like Lorem Ipsum content or test, demo, etc. Apple refuses apps that are not finished, and/ or apps for tests. Choose the right rating for your app. If your app is a Club app you have to set the rating to 17+ even if there is no photos, or products related to alcohol. Before compiling your app in Xcode be sure to deactivate the Audio Background modes if it s not an app about music. How To Publish Android App TO GENERATE THE APKS If you don t have already installed the APK Generator please click here to see how to install it at the bottom of the article).

14 Note that if you don t have a dedicated server you can t install the APKs generator, and when you will download the Android Version you will get the source files to compile them manually. If you have the APK Generator installed, you can generate the APK files automatically from your backoffice by going in Manage > Applications, then enter in the app sheet, go down in the page and you will find the link Generate APK. Click on it and then refresh the page after a few minutes and your APK will be available to be downloaded. If you don t have installed the APK Generator, to manually generate the APK, follow these steps to generate it from the source files: First of all you need Android Studio to generate the APK. If you haven t already you will have to download and install it. Go to and then download the Android Studio v related to your OS, and install it. Then, go here and at the bottom of the page, in the SDK Tools only section download and install the SDK related to your OS.

15 Then, open Android Studio you ve just installed, and click on Configure : Then, click on SDK Manager:

16 You will see a list of packages, some are installed some are not. There are some items that are checkked and some that are not. In addition to the ones that are already checked, be sure these ones are too, if not, check them: Extra -> Google Repository 12 Google Repository 12 Google Play services 20 In Android (API 19) > SDK Platform ARM EABI V7a System Image Google APIs (ARM System Image) Tools > Android SDK Build-tools 19.1 Then click on the install x packages button:

17 Then, click on every license and choose Accept License, and then Install:

18 Voila, your Android Studio is ready to create the APKs. Okay now, let s see how to create these APKs. Note: don t forget that you have to filled out the Android Push keys for your backoffice prior to create your APK if you want to be able to send push notifications. First unzip the folder with the Android sources which is named android_source.zip. Go back to the main menu of Android Studio:

19 Click on Import Project. You will see a warning message, don t worry about that it is the normal process, click on Ok. Then choose the Android Source folder you have unzipped, and click on import. When your project is imported, from the left menu, click on your folder android_source and open the tree. Check if there is no warning on folder and files. Then from the main menu click on Build > Clean Project. Then Build > Generate Signed APK. Then, click next and you get this screen:

20 Depending if it s an update of an app already published, or a new app you want to publish choose: Create new, if it s a new app Choose exiting, if it s an update of an app already published In this tuto, we will choose the first case, but second case is almost the same. Okay, so you have chosen Create new. Now we suppose that you are someone very organized (if not already, take a look to the article about ios publication and organize your folders the same way), and thus that you have already create a folder for your app publication on your computer. Before having downloaded the android sources, you have created a folder on your computer named My Awesome App, for instance, with two subfolders: one for the graphic items, like screenshots of this app, and one for the certificates which will be named certificate. Thus, on your computer we have a folder named My Awesome App with the subfolder certificate and the other subfolder graphics.

21 Okay now let s go back to Android Studio. You have clicked on Create new, and you get this screen: Now click on the button to browse in your computer folder and go to the certificate folder, in the main folder My Awesome App, and below in the File name field, enter certificate, and click ok:

22 Now click on the button to browse in your computer folder and go to the certificate folder, in the main folder My Awesome App, and below in the File name field, enter certificate, and click ok:

23

24 Enter a password for the key:

25 Set the Validity to 99 years, and enter the name of the app owner. Then click Ok. In the summary screen click next :

26 Then in the next screen, choose release for Build Type and then click on Finish. Your APK is built. NOTE: You can have some problems generating the APK for apps with name in other alphabets than the latin alphabet, like arabic alphabet, cyrillic alphabet or others, or problems with app name beginning with numbers. In these cases, you should do the following: Change the app name in your edition Download the sources Rename your app in your edition with the name in your language Open the project in Android Studio and on the left open the folder app>src>main>res In each values folder, double click on the file name strings.xml, in it you will be able to change the app name by the one in your own language. Then save the strings.xml file. Once you have done that in each value folder for each language, you can begin the creation of your APK.

HOW TO MAKE AN IOS APP

HOW TO MAKE AN IOS APP HOW TO MAKE AN IOS APP CREATE THE ITEMS RELATED TO THE DEVELOPER ACCOUNT WITH WHICH YOU ARE GOING TO PUBLISH You have to create a CSR file and an ios Distribution certificate. And you will be able to use

More information

FB Image Contest. Users Manual

FB Image Contest. Users Manual FB Image Contest Users Manual Table of contents Description.. 3 Step by step installation... 5 The administration interface.. 10 Creating a new contest... 13 Creating a Facebook Application.. 19 Adding

More information

Workshare Client Extranet. Getting Started Guide. for Mac

Workshare Client Extranet. Getting Started Guide. for Mac Workshare Client Extranet Getting Started Guide for Mac Build trust with your clients Share files with your clients and partners in professional, branded workspaces that you control. Create your look Work

More information

Kony MobileFabric Engagement Services QuickStart Guide

Kony MobileFabric Engagement Services QuickStart Guide Kony MobileFabric (Building a Sample App - Android) Release 7.0 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

XFINITY Welcome Packet

XFINITY Welcome Packet XFINITY Welcome Packet Welcome! Your building comes with a fast, reliable property-wide WiFi network as well as access to our popular XFINITY TV video streaming service for university students. In the

More information

Installing an SSL certificate on your server

Installing an SSL certificate on your server Installing an SSL certificate on your server Contents Introduction... 2 Preparing your certificate... 2 Installing your Certificate... 3 IIS 8... 3 IIS 7... 7 Apache... 10 Plesk 12... 11 Plesk Onyx...

More information

iphone Development Setup Instructions Nikhil Yadav Pervasive Health Fall 2011

iphone Development Setup Instructions Nikhil Yadav Pervasive Health Fall 2011 iphone Development Setup Instructions Nikhil Yadav Pervasive Health Fall 2011 Requirements Apple Mac Computer (Desktop or laptop) with recent snow leopard builds Apple Developer Registered Profile (create

More information

ios App Resigning and VoIP Certificate Guide

ios App Resigning and VoIP Certificate Guide ios App Resigning and VoIP Certificate Guide 1 Configuring ios Support In order to provide the best security possible, Lookout distributes its Lookout for Work ios app outside of the ios App Store. Before

More information

Installing and Configuring the Voice UPB Bridge updated 1-Jan-2019

Installing and Configuring the Voice UPB Bridge updated 1-Jan-2019 Installing and Configuring the Voice UPB Bridge updated 1-Jan-2019 Before starting these instructions, you should already have your Voice assistant installed and working. These instructions can be used

More information

Choose OS and click on it

Choose OS and click on it 1. Installation: 1.1. Install Node.js. Cordova runs on the Node.js platform, which needs to be installed as the first step. Download installer from: https://nodejs.org/en/download/ 1.1.1. Choose LTS version,

More information

MFA (Multi-Factor Authentication) Enrollment Guide

MFA (Multi-Factor Authentication) Enrollment Guide MFA (Multi-Factor Authentication) Enrollment Guide Morristown Medical Center 1. Open Internet Explorer (Windows) or Safari (Mac) 2. Go to the URL: https://aka.ms/mfasetup enter your AHS email address and

More information

MageNative Apps User Guide Series

MageNative Apps User Guide Series MageNative Apps User Guide Series App Submission on Google Play Store Version 1.0 CedCommerce. All Rights Reserved. CedCommerce support@cedcommerce.com Abstract The App Submission on Google Play Store

More information

8. How to use social networks (Skype, Facebook)

8. How to use social networks (Skype, Facebook) ipad Manual Contents 1. Turning on and off the ipad 2. Charging the ipad 3. How to email 4. How to delete unwanted emails 5. Set up an Apple ID 6. Buy apps 7. Access/ buy music 8. How to use social networks

More information

Data Management CS 4720 Mobile Application Development

Data Management CS 4720 Mobile Application Development Data Management Mobile Application Development Desktop Applications What are some common applications you use day-to-day? Browser (Chrome, Firefox, Safari, etc.) Music Player (Spotify, itunes, etc.) Office

More information

This guide illustrates how to set up an Apple device for deployment, and deploy an application. It covers how to:

This guide illustrates how to set up an Apple device for deployment, and deploy an application. It covers how to: Device Provisioning Overview Before you can deploy your application to a device, you need to have an active subscription with the Apple Developer Program. Visit the Apple Developer Portal to get registered.

More information

Sophos Mobile. super administrator guide. product version: 9

Sophos Mobile. super administrator guide. product version: 9 super administrator guide product version: 9 Contents About this guide... 1 Super administrator... 2 Super administrator tasks...2 Super administrator customer... 3 Log in as super administrator... 3 Switch

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

ADOBE DRIVE 4.2 USER GUIDE

ADOBE DRIVE 4.2 USER GUIDE ADOBE DRIVE 4.2 USER GUIDE 2 2013 Adobe Systems Incorporated. All rights reserved. Adobe Drive 4.2 User Guide Adobe, the Adobe logo, Creative Suite, Illustrator, InCopy, InDesign, and Photoshop are either

More information

PrinterOn iphone and ipad app

PrinterOn iphone and ipad app PrinterOn iphone and ipad app Contents PrinterOn App... 2 iphone And ipad app... 3 Main Screen... 4 Print Queues... 5 Printing Photos... 6 Printing web pages... 7 Email attachment Printing... 8 Print Preview...

More information

Welcome to the e-learning course for SAP Business One Analytics Powered by SAP HANA: Installation and Licensing. This course is valid for release

Welcome to the e-learning course for SAP Business One Analytics Powered by SAP HANA: Installation and Licensing. This course is valid for release Welcome to the e-learning course for SAP Business One Analytics Powered by SAP HANA: Installation and Licensing. This course is valid for release 9.0. 1 At the end of this course, you will be able to discuss

More information

Administering Jive Mobile Apps

Administering Jive Mobile Apps Administering Jive Mobile Apps Contents 2 Contents Administering Jive Mobile Apps...3 Configuring Jive for Android and ios... 3 Custom App Wrapping for ios... 4 Native App Caching: Android...4 Native App

More information

Sophos Mobile. installation guide. Product Version: 8.5

Sophos Mobile. installation guide. Product Version: 8.5 installation guide Product Version: 8.5 Contents About this guide... 1 About Sophos Mobile...2 Sophos Mobile licenses... 3 Trial licenses...3 Upgrade trial licenses to full licenses... 3 Update licenses...

More information

Using Mavericks Mac OS X 10.9 part 2

Using Mavericks Mac OS X 10.9 part 2 Using Mavericks Mac OS X 10.9 part 2 About Jeff Bohr Started Naples Mac Help in 2004! Apple Certified Support Professional, OS X 10.8! 27 years of using only Apple Computers!! naplesmachelp.com System

More information

How to configure your Triton Player

How to configure your Triton Player How to configure your Triton Player This training document is specifically designed to show you how to manage all of the settings needed to control the look, feel and functionality of your new Triton Digital

More information

Sophos Mobile. super administrator guide. product version: 8.6

Sophos Mobile. super administrator guide. product version: 8.6 Sophos Mobile super administrator guide product version: 8.6 Contents About this guide... 1 Document conventions... 1 Super administrator... 2 Super administrator tasks...2 Super administrator customer...

More information

Tutorial on Basic Android Setup

Tutorial on Basic Android Setup Tutorial on Basic Android Setup EE368/CS232 Digital Image Processing, Spring 2015 Linux Version Introduction In this tutorial, we will learn how to set up the Android software development environment and

More information

Anchor User Guide. Presented by: Last Revised: August 07, 2017

Anchor User Guide. Presented by: Last Revised: August 07, 2017 Anchor User Guide Presented by: Last Revised: August 07, 2017 TABLE OF CONTENTS GETTING STARTED... 1 How to Log In to the Web Portal... 1 How to Manage Account Settings... 2 How to Configure Two-Step Authentication...

More information

Password & Tutorials Packet

Password & Tutorials Packet & Tutorials Packet Print, staple, and use this & Tutorials Packet Sign up for Secure Backup Service: visit rowleyservices.com for a free trial & setup info Follow attached: Check iphone Camera Settings

More information

CODAPPS. Testing and releasing your app for iphones. Clément Levallois

CODAPPS. Testing and releasing your app for iphones. Clément Levallois CODAPPS Testing and releasing your app for iphones Clément Levallois 2018-01-22 Table of Contents 1. Preliminary setup......................................................................... 1 2. The

More information

Mac OS X (10.8.2) Mt. Lion

Mac OS X (10.8.2) Mt. Lion Mac OS X (10.8.2) Mt. Lion Session 2 (of 2) - February 4, 2013 Naples MacFriends Macintosh User Group Exit 1 Good Old Things (even before Mt Lion) Application Switcher Fast User Switching Wi-Fi Information

More information

Introduction to application management

Introduction to application management Introduction to application management To deploy web and mobile applications, add the application from the Centrify App Catalog, modify the application settings, and assign roles to the application to

More information

Manual Eclipse CDT Mac OS Snow Leopard

Manual Eclipse CDT Mac OS Snow Leopard UNVIERSITY OF VICTORIA Manual Eclipse CDT Mac OS Snow Leopard Installation & Demonstration Guide Przemek Lach 9/3/2013 This guide shows how to use install Eclipse and C- Compiler and how to test the setup

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

User Manual Version

User Manual Version Next FlipBook Maker for Windows User Manual Version 2.5.10 1 Content Cover 1 Content 2 1. Import PDF fires or images 3 2. Setting, Template, Scene and Bookmark 5 3. Publish local flipbook 19 4. Publish

More information

pinremote Manual Version 4.0

pinremote Manual Version 4.0 pinremote Manual Version 4.0 Page 1 Table of content 1 Introduction... 4 2 Setup... 5 2.1 Requirements server... 5 2.2 Requirements client... 5 2.3 Setup process... 6 2.3.1 Single Server... 8 2.3.2 Cluster...

More information

Sample Spark Web-App. Overview. Prerequisites

Sample Spark Web-App. Overview. Prerequisites Sample Spark Web-App Overview Follow along with these instructions using the sample Guessing Game project provided to you. This guide will walk you through setting up your workspace, compiling and running

More information

Android InsecureBankv2 Usage Guide. InsecureBankv2

Android InsecureBankv2 Usage Guide.   InsecureBankv2 Android InsecureBankv2 Usage Guide Author Name Email ID GitHub Link Twitter Dinesh Shetty dinezh.shetty@gmail.com https://github.com/dineshshetty/android- InsecureBankv2 https://twitter.com/din3zh Usage

More information

Sophos Mobile. installation guide. product version: 8.6

Sophos Mobile. installation guide. product version: 8.6 installation guide product version: 8.6 Contents About this guide... 1 About Sophos Mobile...2 Sophos Mobile licenses... 3 Trial licenses...3 Upgrade trial licenses to full licenses... 3 Update licenses...

More information

Parallels Toolbox for Windows User's Guide

Parallels Toolbox for Windows User's Guide Parallels Toolbox for Windows User's Guide Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright 1999-2018 Parallels International

More information

Sophos Mobile in Central

Sophos Mobile in Central startup guide product version: 8.6 Contents About this guide... 1 What are the key steps?... 2 Activate Mobile Advanced licenses... 3 Configure settings... 4 Configure personal settings...4 Configure IT

More information

Getting Started with ShortStack

Getting Started with ShortStack Getting Started with ShortStack presented by SHORTSTACK Welcome to ShortStack! This guide covers our platform s five main sections: Tabs, Designer, Media, Templates, and Forms & Promos so that you can

More information

User documentation. BEEM v1.0 January 2010

User documentation. BEEM v1.0 January 2010 User documentation BEEM v1.0 January 2010 1 Table of contents Table of contents... 2 About this paper... 3 Using this manual... 3 Navigation keys... 4 Conventions... 5 Support... 5 Installation/Uninstallation...

More information

MDM Server 5.26 Release Highlights. 7P Mobile Device Management. Rel: 1.0 /

MDM Server 5.26 Release Highlights. 7P Mobile Device Management. Rel: 1.0 / MDM Server 5.26 Release Highlights 7P Mobile Device Management Rel: 1.0 /2017-10-08 Doc.Nr.: RB.52600.V1.0EN Content 1 GENERAL... 3 1 General The following sections provide a brief overview of all new

More information

Installation Guide for. nopmobile Connector Plugin & nopmobile App

Installation Guide for. nopmobile Connector Plugin & nopmobile App Installation Guide for nopmobile Connector Plugin & nopmobile App pg. 1 Table of Contents Introduction to nopmobile app 3 WHAT IS NOP MOBILE APP? 3 WHAT IS NOP MOBILE CONNECTOR PLUGIN? 3 Installation and

More information

Introduction. Package Checklist. Minimum System Requirements. Registering Your Product. More Help

Introduction. Package Checklist. Minimum System Requirements. Registering Your Product. More Help Introduction Keep a watch on your family, pet, home or office 24/7, even when you re not there. Creative Live! Cam IP SmartHD gives you a live update on your phone, wherever you are. Get activity alerts,

More information

Administrator Guide. Find out how to set up and use MyKerio to centralize and unify your Kerio software administration.

Administrator Guide. Find out how to set up and use MyKerio to centralize and unify your Kerio software administration. Administrator Guide Find out how to set up and use MyKerio to centralize and unify your Kerio software administration. The information and content in this document is provided for informational purposes

More information

Sophos Mobile in Central

Sophos Mobile in Central startup guide Product Version: 8.1 Contents About this guide... 1 What are the key steps?... 2 Activate Mobile Advanced licenses... 3 Configure settings... 4 Configure personal settings...4 Configure technical

More information

ZENworks Configuration Management 2017

ZENworks Configuration Management 2017 ZENworks Configuration Management 2017 Evaluator s Guide July 2017 Some endpoint management solutions can manage your organization s servers. Others can manage your workstations and laptops. And still

More information

BrainCert Enterprise LMS. Learning Management System (LMS) documentation Administrator Guide Version 3.0

BrainCert Enterprise LMS. Learning Management System (LMS) documentation Administrator Guide Version 3.0 BrainCert Enterprise LMS Learning Management System (LMS) documentation Administrator Guide Version 3.0 1 P a g e Table of Contents... 3... 3... 4... 4... 5... 5... 6... 6... 8... 8... 9... 9... 10...

More information

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps WebSphere Puts Business In Motion Put People In Motion With Mobile Apps Use Mobile Apps To Create New Revenue Opportunities A clothing store increases sales through personalized offers Customers can scan

More information

This chapter introduces you to the multisite feature that s built into the

This chapter introduces you to the multisite feature that s built into the Chapter 1: An Introduction to Multiple Sites In This Chapter Discovering where multiple sites began Exploring what you can do with multiple sites Configuring your web server This chapter introduces you

More information

USER MANUAL. MageMob App Builder TABLE OF CONTENTS. Version: 2.0.0

USER MANUAL. MageMob App Builder TABLE OF CONTENTS. Version: 2.0.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of MageMob App Builder... 1 Installation & Activation... 2 Installation Steps... 2 Extension Activation... 3 How it Works?... 4 Back End Configuration:...

More information

Installing and Configuring the Voice UPB Bridge updated 22-Jan-2018

Installing and Configuring the Voice UPB Bridge updated 22-Jan-2018 Installing and Configuring the Voice UPB Bridge updated 22-Jan-2018 Before starting these instructions, you should already have your Voice assistant installed and working. These instructions can be used

More information

Sophos Mobile. installation guide. Product Version: 8

Sophos Mobile. installation guide. Product Version: 8 installation guide Product Version: 8 Contents About this guide... 1 About Sophos Mobile...2 Sophos Mobile licenses... 3 Trial licenses...3 Upgrade trial licenses to full licenses...3 Update licenses...3

More information

Introducing. Introducing...

Introducing. Introducing... Introducing Introducing How PhotoFast EVO Plus is different It s the only flash drive that is cross platform The USB 3.0 is compatible with all USB based computers, and at the other end it works with ipod

More information

owncloud Android App Manual

owncloud Android App Manual owncloud Android App Manual Release 2.0.0 The owncloud developers December 14, 2017 CONTENTS 1 Using the owncloud Android App 1 1.1 Getting the owncloud Android App...................................

More information

1. NVR Connection Diagram Wizard Setup Access System Using Mobile Device Access System Using PC Client Software 5

1. NVR Connection Diagram Wizard Setup Access System Using Mobile Device Access System Using PC Client Software 5 1 1. NVR Connection Diagram 2 2. Wizard Setup 3 3. Access System Using Mobile Device 4 4. Access System Using PC Client Software 5 5. Access System Using Internet Explorer 8 6. Recording Setup 9 Motion

More information

The University of Toledo Intune End-User Enrollment Guide:

The University of Toledo Intune End-User Enrollment Guide: The University of Toledo Intune End-User Enrollment Guide: Contents Enroll your Android device in Intune... 2 Enroll your ios device in Intune... 15 Enroll your Mac OS X device in Intune... 25 Enroll your

More information

Sophos Mobile. super administrator guide. Product Version: 8

Sophos Mobile. super administrator guide. Product Version: 8 Sophos Mobile super administrator guide Product Version: 8 Contents About this guide... 1 Document conventions... 1 Super administrator... 2 Super administrator tasks...2 Super administrator customer...

More information

NotifySCM Workspace Administration Guide

NotifySCM Workspace Administration Guide NotifySCM Workspace Administration Guide TABLE OF CONTENTS 1 Overview... 3 2 Login... 4 2.1 Main View... 5 3 Manage... 6 3.1 PIM... 6 3.2 Document...12 3.3 Server...13 4 Workspace Configuration... 14 4.1

More information

Getting Started with Android Development Zebra Android Link-OS SDK Android Studio

Getting Started with Android Development Zebra Android Link-OS SDK Android Studio Getting Started with Android Development Zebra Android Link-OS SDK Android Studio Overview This Application Note describes the end-to-end process of designing, packaging, deploying and running an Android

More information

Parallels Mac Management for Microsoft SCCM

Parallels Mac Management for Microsoft SCCM Parallels Mac Management for Microsoft SCCM Licensing Guide v6.1 Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright 1999-2017 Parallels

More information

ViewersLogic - Installation guide

ViewersLogic - Installation guide ViewersLogic - Installation guide General Thank you for joining the ViewersLogic (VL) media panel. Before you install the app, please make sure you meet the following requirements: 1) Have a Home Wi-Fi

More information

Manually Add Ringtones To Iphone 4 Without Itunes 10

Manually Add Ringtones To Iphone 4 Without Itunes 10 Manually Add Ringtones To Iphone 4 Without Itunes 10 Make and Customize iphone Ringtone from Music Without Computer or itunes No JailBreak. How can I create a ringtone to appear in iphone and itunes ringtone

More information

Installing and Building Apps on a Mac

Installing and Building Apps on a Mac Installing and Building Apps on a Mac 1 Scripture App Builder: Installing and Building Apps on Mac 2017, SIL International Last updated: 1 December 2017 You are free to print this manual for personal use

More information

User Guide for Client Remote Access. Version 1.2

User Guide for Client Remote Access. Version 1.2 User Guide for Client Remote Access Version 1.2 Table of Contents PAGE Introduction... 2 Microsoft Multi-Factor Authentication Introduction... 3-4 User Enrollment... 5-8 Accessing Remote Resources Windows

More information

ETVR360CAMW-User Guide

ETVR360CAMW-User Guide ETVR360CAMW-User Guide TABLE OF CONTENTS 1. PARTS... 3 GETTING STARTED... 6 Charging the Battery... 6 Power On & Power Off... 6 Use Mode... 6 Independent Operation... 6 APP... 6 CONNECTING THROUGH WIFI...

More information

Installation Guide - Windows

Installation Guide - Windows Kony Visualizer Enterprise Installation Guide - Windows Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

MetaMoJi ClassRoom Administrator s Guide

MetaMoJi ClassRoom Administrator s Guide MetaMoJi ClassRoom Administrator s Guide Third Edition - ios is a trademark or registered trademark of Cisco in the U.S. and other countries and is used under license. - Apple and ipad are registered trademarks

More information

Engage ios App Administrator s Guide

Engage ios App Administrator s Guide Engage ios App Administrator s Guide Contents Contents... 1 Introduction... 2 Target Audience... 2 Devices Supported... 2 SharePoint Platforms Supported... 2 SharePoint Security & Privileges... 2 Deploying

More information

GRS Enterprise Synchronization Tool

GRS Enterprise Synchronization Tool GRS Enterprise Synchronization Tool Last Revised: Thursday, April 05, 2018 Page i TABLE OF CONTENTS Anchor End User Guide... Error! Bookmark not defined. Last Revised: Monday, March 12, 2018... 1 Table

More information

Steps to enable Push notification for your app:

Steps to enable Push notification for your app: User Guide Steps to enable Push notification for your app: Push notification allows an app to notify you of new messages or events without the need to actually open the application, similar to how a text

More information

Paraben s Photo Backup Stick V2.1. User Manual

Paraben s Photo Backup Stick V2.1. User Manual Paraben s Photo Backup Stick V2.1 User Manual About Paraben s Photo Backup Stick The Photo Backup Stick is an easy-to-use picture and video backup tool for Windows computers, Apple iphones and ipads, and

More information

User Application for Samsung Applications into a TV Set

User Application for Samsung Applications into a TV Set User Application for Samsung Applications into a TV Set Version 2.21 Samsung Smart TV 1. Introduction... 4 2. PC Configuration... 4 2.1. Web Server installation... 4 2.2. Setting SDK Preferences... 4 2.3.

More information

ShareLink 200 N Setup Guide

ShareLink 200 N Setup Guide ShareLink 00 N Setup Guide This guide provides instructions for installing and connecting the Extron ShareLink 00 N Collaboration Gateway Network Version. The ShareLink 00 N allows anyone to present content

More information

Apple 9L Mac OS X Security and Mobility Download Full Version :

Apple 9L Mac OS X Security and Mobility Download Full Version : Apple 9L0-625 Mac OS X Security and Mobility 10.6 Download Full Version : http://killexams.com/pass4sure/exam-detail/9l0-625 A. ipfw B. tcpfw C. sysctl D. Fwmgrd QUESTION: 61 A group of people are testing

More information

Building Content elearning Blackboard Learn 9.1 for Faculty

Building Content elearning Blackboard Learn 9.1 for Faculty In the guide for adding content to both Content Folders and Learning Modules. Items: Items are versatile content types that can employ a variety of media and materials (P.1) Files: Single file uploads

More information

myinsight for Documentum User Guide Mobile

myinsight for Documentum User Guide Mobile myinsight for Documentum User Guide Mobile 1. Version History Date Changes Version number 2-June-2016 First publication of the documentation of the new mobile application. 1.0 21- Update for myinsight

More information

Sophos Mobile as a Service

Sophos Mobile as a Service startup guide product version: 8.6 Contents About this guide... 1 What are the key steps?... 2 Change your password... 3 Change your login name... 4 Activate Mobile Advanced licenses... 5 Check your licenses...6

More information

ShareSync Get Started Guide for Windows

ShareSync Get Started Guide for Windows WHAT IS SHARESYNC? ShareSync Get Started Guide for Windows ShareSync is an enterprise-class cloud file backup and sharing service. ShareSync allows you to back up your files in real-time to protect against

More information

INSTALLATION GUIDE FOR ACPL FM220 RD WINDOWS APPLICATION INDEX

INSTALLATION GUIDE FOR ACPL FM220 RD WINDOWS APPLICATION INDEX INSTALLATION GUIDE FOR ACPL FM220 RD WINDOWS APPLICATION INDEX CONTENT PAGE No. Setup FM220 RD Service 2 Setup FM220 RD Service Support Tool 5 Instructions to enable HTTPS in RD Service 8 RD Service troubleshooting

More information

LIBRARY MEMBER USER GUIDE

LIBRARY MEMBER USER GUIDE LIBRARY MEMBER USER GUIDE CONTENTS PAGE Part 1) How to create a new account...2 Part 2) How to checkout a magazine issue...4 Part 3) How to download Zinio Reader 4...10 a) For your PC...10 b) For your

More information

Sophos Mobile as a Service

Sophos Mobile as a Service startup guide Product Version: 8 Contents About this guide... 1 What are the key steps?... 2 Change your password... 3 Change your login name... 4 Activate Mobile Advanced licenses...5 Check your licenses...6

More information

Consult our web site at to see how to install our software.

Consult our web site at   to see how to install our software. The Production tool is a vertical order planning tool and reviewer. The production tool is where you create your issue MIB that is the file you will upload to Mag+ Publish in order to integrate the content

More information

Windows quick start instructions Pg. 1. OS X quick start instructions Pg. 4. ios quick start instructions Pg. 6

Windows quick start instructions Pg. 1. OS X quick start instructions Pg. 4. ios quick start instructions Pg. 6 Page 1 of 12 Windows quick start instructions Pg. 1 OS X quick start instructions Pg. 4 ios quick start instructions Pg. 6 Android quick start instructions Pg. 9 Windows Quick Start Instructions STEP 1

More information

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved.

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved. Install and upgrade Qlik Sense Qlik Sense 3.0 Copyright 1993-2016 QlikTech International AB. All rights reserved. Copyright 1993-2016 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik

More information

RunClick Webinar and Video Conferencing Software. User Manual

RunClick Webinar and Video Conferencing Software. User Manual RunClick Webinar and Video Conferencing Software User Manual Visit RunClick.com for more details 1 Page Table of Contents Installation and Activation of RunClick Part 1: WordPress Fresh Installation Process

More information

Getting Started Guide

Getting Started Guide Getting Started Guide for education accounts Setup Manual Edition 7 Last updated: September 15th, 2016 Note: Click on File and select Make a copy to save this to your Google Drive, or select Print, to

More information

Adding mobile applications

Adding mobile applications Adding mobile applications This section describes how to add, configure, and deploy mobile applications for Android, ios, and Mac OS X. You can deploy custom applications as well as applications purchased

More information

leveraging your Microsoft Calendar Browser for SharePoint Administrator Manual

leveraging your Microsoft Calendar Browser for SharePoint Administrator Manual CONTENT Calendar Browser for SharePoint Administrator manual 1 INTRODUCTION... 3 2 REQUIREMENTS... 3 3 CALENDAR BROWSER FEATURES... 4 3.1 BOOK... 4 3.1.1 Order Supplies... 4 3.2 PROJECTS... 5 3.3 DESCRIPTIONS...

More information

Corona SDK Device Build Guide

Corona SDK Device Build Guide Corona SDK Device Build Guide November 29, 2009 2009 ANSCA Inc. All Rights Reserved. 1 ANSCA Inc. 2009 ANSCA Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval

More information

Parallels Remote Application Server

Parallels Remote Application Server Parallels Remote Application Server Parallels Client for Mac User's Guide v16 Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright

More information

ShareLink 200 N Setup Guide

ShareLink 200 N Setup Guide ShareLink 00 N Setup Guide This guide provides instructions for installing and connecting the Extron ShareLink 00 N Collaboration Gateway Network Version. The ShareLink 00 N allows anyone to present content

More information

Sophos Mobile. installation guide. product version: 9

Sophos Mobile. installation guide. product version: 9 installation guide product version: 9 Contents About this guide... 1 About...2 licenses... 3 Trial licenses...3 Upgrade trial licenses to full licenses... 3 Update licenses... 3 Set up... 4 Installation

More information

User manual for AirWatch enrollment - Android. Enable your mobile device to access Corporate resources.

User manual for AirWatch enrollment - Android. Enable your mobile device to access Corporate resources. User manual for AirWatch enrollment - Android Enable your mobile device to access Corporate resources. Introduction to the AirWatch agent enrollment. This manual, describe, how you can install the AirWatch

More information

Mango3 Motrex User Manual

Mango3 Motrex User Manual Mango3 Motrex User Manual Index 1. Scope... 1 2. Preparations... 1 3. First Step - Download new map to USB flash (on the PC)... 2 4. Second Step - Install new map (on the car)... 4 5. Third Step - Install

More information

Getting Started with the Aloha Community Template for Salesforce Identity

Getting Started with the Aloha Community Template for Salesforce Identity Getting Started with the Aloha Community Template for Salesforce Identity Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved.

More information

ShareSync Get Started Guide for Mac

ShareSync Get Started Guide for Mac ShareSync Get Started Guide for Mac ShareSync Overview ShareSync is a file backup and sharing service. It allows you to: Back up your files in real-time to protect against data loss from ransomware, accidental

More information

IBM. Configuration Guide. IBM MobileFirst Protect On-Premise. Version 2 Release 4

IBM. Configuration Guide. IBM MobileFirst Protect On-Premise. Version 2 Release 4 IBM MobileFirst Protect On-Premise IBM Configuration Guide Version 2 Release 4 IBM MobileFirst Protect On-Premise IBM Configuration Guide Version 2 Release 4 Note Before using this information and the

More information