XAMARIN MOBILE APP. User Guide NOP4YOU.COM 1

Size: px
Start display at page:

Download "XAMARIN MOBILE APP. User Guide NOP4YOU.COM 1"

Transcription

1 XAMARIN MOBILE APP User Guide NOP4YOU.COM 1

2 List of content: 1. About application Package Web.config modification Setting source... 4 Android... 5 IOS Firebase error... 6 Android... 6 ios Rebrand Android ios Facebook Topic NOP4YOU.COM 2

3 1. About application nopcommerce Mobile app is a customizable public store solution for our e-commerce software. You have profitable online store and you are wondering how can you gain more? It's simple. Go mobile. As statistics show, users spend twice as much time on mobile than on web. 2. Package With sources you will get 2 additional plugins and source for Xamarin. Both plugins, Grand.Plugin.Misc.Mobile and Nop.Plugin.Misc.MobileCart need to be compile, installed and need to be run on nopcommerce store. Plugins was developed in Visual Studio Xamarin solution in Visual Studio Web.config modification You need to modify your store Web.config file. Please find runallmanagedmodulesforallrequests and set it to true. Just like example below: <modules runallmanagedmodulesforallrequests="true"> <!-- <remove name="urlroutingmodule-4.0" /> <add name="urlroutingmodule-4.0" type="system.web.routing.urlroutingmodule" precondition="" />--> </modules> NOP4YOU.COM 3

4 4. Setting source Steps you need to follow in order to rebrand default app: Shared project: In IniProperties class, replace Api_URL with your domain and Api_PublicKey/Api_SecretKey with keys generated via our WebApi plugin. WARNING: Generating new keys causes old ones being invalid. Feel free to experiment with //COLORS section, but keep in mind that there will still be some colors that have to be changed in Android project. Update OData client with your current metadata file location. In fact, readding Connected Service migth be required. Metadata location: NOP4YOU.COM 4

5 Android Change "Application name" field in Android Manifest. Replace all occurences of nopcommerceicon.png and nopcommercesplash.png found in Resources->drawable folders(you have to do it via VS, at least in VS 2015). In styles.xml change"#286893" with your desired colors hex. NOP4YOU.COM 5

6 In splash.axml change shape color to match your splash screen color, just a precaution for some weird resolution phones. In MainActivity.cs change ActivityAttributes Label property. IOS Change icons and splash images in Media Asset Catalog, sizes have to match as Apple is very strict about this. After that double check that Visual Assets are set to correct values in Info.plist Change itunes Artworks in Info.plist Change Application Name in Info.plist General note about icons: Icons are a tricky part, as they have to be optimized for various screen sizes. For example, we initially had 59.svg icons and ended up with 483.png ones. Coloring nearly 500 icons might be frustrating, so it will be easier for you to outsource it to us. We will only color.svg files and use our extension to generate those 500.png icons automatically for you. 5. Firebase error If you are getting error about Firebase - this is caused by Push Notification functionality. For now, easiest way to "fix" it is to comment those: FirebaseApp.InitializeApp(this); FirebaseMessaging.Instance.SubscribeToTopic("all"); 2 lines from MainApplication.cs in.droid project and delete google-services.json file. This error occurs because you are using credentials for our Firebase project. Android Go to and create new project: NOP4YOU.COM 6

7 Add android project: Make sure that package name you enter matches the one from your app's manifest. NOP4YOU.COM 7

8 Download google-services.json, add it to your android projects root directory with Build Action set to GoogleServicesJson: NOP4YOU.COM 8

9 ios Create new project same as in android section, make sure your bundle id matches one from Info.plist. Download GoogleService-Info.plist and add it to your ios projects root directory with Build Action set to BundleResource. Enable Remote notifications in Info.plist Enable push notifications in Entitlements.plist General note: Key <key>aps-environment</key> in Entitlements.plist must be set to "development" for debug and "production" for release builds. Generate two certificates as described in and upload them to Cloud Messaging tab in your firebase ios projects settings: NOP4YOU.COM 9

10 After that everything is configured properly. Admin panel: Go to admin panel, set PushApiKey to Server Key and Sender ID accordingly. 6. Rebrand Steps you need to follow in order to rebrand default app: Shared project: In IniProperties class, replace Api_URL with your domain and Api_PublicKey/Api_SecretKey with keys generated via our WebApi plugin. Feel free to experiment with //COLORS section, but keep in mind that there will still be some colors that have to be changed in Android project. NOP4YOU.COM 10

11 Update OData client with your current metadata file location. In fact, readding Connected Service migth be required Android Change "Application name" field in Android Manifest. NOP4YOU.COM 11

12 Replace all occurences of nopcommerceicon.png and nopcommercesplash.png found in Resources->drawable folders(you have to do it via VS, at least in VS 2015). In styles.xml change"#286893" with your desired colors hex. In splash.axml change shape color to match your splash screen color, just a precaution for some weird resolution phones. In MainActivity.cs change ActivityAttributes Label property. ios Change icons and splash images in Media Asset Catalog, sizes have to match as Apple is very strict about this. After that double check that Visual Assets are set to correct values in Info.plist Change itunes Artworks in Info.plist Change Application Name in Info.plist General note about icons: Icons are a tricky part, as they have to be optimized for various screen sizes. For example, we initially had 59.svg icons and ended up with 483.png ones. Coloring nearly 500 icons might be frustrating, so it will be easier for you to outsource it to us. We will only color.svg files and use our extension to generate those 500.png icons automatically for you. NOP4YOU.COM 12

13 7. Facebook Go to and create new app. Create new Android app and fill it with following information: Use your App Id and MainActivity namespace. Key Hashes can be generated on your pc, but the easiest way is to copy them from Facebook error which will occur when you will try to log in. There are 2 keystores, one for debug and one for release. Replace FacebookAppId property in IniProperties.cs with your own. Go to Info.plist in your ios project and in Advanced tab add following URL Type: fbyourappid NOP4YOU.COM 13

14 Add the following to your Info.plist file(open it with Notepad): <key>lsapplicationqueriesschemes</key> <array> <string>fbapi</string> <string>fb-messenger-api</string> <string>fbauth2</string> <string>fbshareextension</string> </array> 8. Topic <p><!--some rules to follow while using custom navigation--> <!--mynavigation;product;productid;productname for displaying single product page--> <!--mynavigation;productlist;categoryid;categoryname for displaying list of products, id stands for ParentCategoryId of each product--> <!--mynavigation;category;categoryid;categoryname for displaying category list--> <!--mynaviagtion;manufacturer;manufacturerid;manufacturername for displaying products list from given manufacturer--></p> <p><a href="mynavigation;product;1;hades Gaming Keyboard">Product: HADES Gaming Keyboard</a></p> <p><a href="mynavigation;productlist;1;accessories">category products: Accessories</a></p> <p><a href="mynavigation;category;1;gift cards">categories: Gift cards</a></p> NOP4YOU.COM 14

15 <p><a href="mynavigation;manufacturer;1;apple">manufacturer products: Apple</a></p> <p><a href="mynavigation;product;asdasd;error">product: ERROR</a></p> <p><a href="mynavigation;productlist;sdasd;error">category products: ERROR</a></p> <p><a href="mynavigation;category;sadasd;error">categories: ERROR</a></p> <p><a href="mynavigation;manufacturer;asdasd">manufacturer products: ERROR</a></p> NOP4YOU.COM 15

Configuring Push Notifications For Xamarin Forms

Configuring Push Notifications For Xamarin Forms Configuring Push Notifications For Xamarin Forms Push Notifications are one-way forms of communication offered to mobile users that some operation (like an update, deletion, or addition) has happened.

More information

Web Push Notification

Web Push Notification Web Push Notification webkul.com/blog/web-push-notification-for-magento2/ On - January 13, 2017 This impressive module allows you to send push notification messages directly to the web browser. The biggest

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

Getting Started 1. Open the Hootsuite app directory and install the Google Drive for Hootsuite app

Getting Started 1. Open the Hootsuite app directory and install the Google Drive for Hootsuite app Google Drive Quick Start Guide Google Drive for Hootsuite Synaptive s Google Drive for Hootsuite app allows you to easily access your files on Google Drive in a Hootsuite stream, or inside Hootsuite s

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

CS371m - Mobile Computing. Persistence - Web Based Storage CHECK OUT g/sync-adapters/index.

CS371m - Mobile Computing. Persistence - Web Based Storage CHECK OUT   g/sync-adapters/index. CS371m - Mobile Computing Persistence - Web Based Storage CHECK OUT https://developer.android.com/trainin g/sync-adapters/index.html The Cloud. 2 Backend No clear definition of backend front end - user

More information

XML Tutorial. NOTE: This course is for basic concepts of XML in line with our existing Android Studio project.

XML Tutorial. NOTE: This course is for basic concepts of XML in line with our existing Android Studio project. XML Tutorial XML stands for extensible Markup Language. XML is a markup language much like HTML used to describe data. XML tags are not predefined in XML. We should define our own Tags. Xml is well readable

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

From time to time Google changes the way it does things, and old tutorials may not apply to some new procedures.

From time to time Google changes the way it does things, and old tutorials may not apply to some new procedures. From time to time Google changes the way it does things, and old tutorials may not apply to some new procedures. This is another tutorial which, in about 6 months, will probably be irrelevant. But until

More information

Programming Concepts and Skills. Creating an Android Project

Programming Concepts and Skills. Creating an Android Project Programming Concepts and Skills Creating an Android Project Getting Started An Android project contains all the files that comprise the source code for your Android app. The Android SDK tools make it easy

More information

Syllabus- Java + Android. Java Fundamentals

Syllabus- Java + Android. Java Fundamentals Introducing the Java Technology Syllabus- Java + Android Java Fundamentals Key features of the technology and the advantages of using Java Using an Integrated Development Environment (IDE) Introducing

More information

UTNotifications Manual

UTNotifications Manual UTNotifications Manual Version 1.7 Introduction Getting Started Creating Local Notifications Using Notification Profiles (Sounds, Icons and Other Attributes) Custom User Data & Handling Notifications Notification

More information

Barracuda Networks Android Mobile Application

Barracuda Networks Android Mobile Application This article refers to the Barracuda Networks Android Mobile App version 1.2.0.0131 or greater, on an Android mobile phone devices running Android 4.1 or greater. Download the latest Barracuda Networks

More information

Application / Document Management. MaaS360 e-learning Portal Course 3

Application / Document Management. MaaS360 e-learning Portal Course 3 Application / Document Management MaaS360 e-learning Portal Course 3 Agenda > Application Management Overview MaaS360 Workflows Device Workflows > Document Management Overview MaaS360 Workflows Document

More information

Workloads tab: - Select Mobile development with.net. Individual components tab - Select Xamarin

Workloads tab: - Select Mobile development with.net. Individual components tab - Select Xamarin Workloads tab: - Select Mobile development with.net Individual components tab - Select Xamarin Xamarin Studio 6.2.0.1821 Xamarin.VS 4.3.0.784 Xamarin.iOS 10.4.0.123 Xamarin.Android 7.1.0.41 Xamarin.Mac

More information

INSANE NOTIFICATIONS AN EASY WAY TO HANDLE PUSH NOTIFICATIONS WITH XAMARIN

INSANE NOTIFICATIONS AN EASY WAY TO HANDLE PUSH NOTIFICATIONS WITH XAMARIN AN EASY WAY TO HANDLE PUSH NOTIFICATIONS WITH XAMARIN Przemysław Raciborski, In sanelab https://github.com/thefex/insane.notifications WHAT IS PUSH NOTIFICATION? PUSH Notification is a modern way thanks

More information

BLACKBERRY SPARK COMMUNICATIONS PLATFORM. Getting Started Workbook

BLACKBERRY SPARK COMMUNICATIONS PLATFORM. Getting Started Workbook 1 BLACKBERRY SPARK COMMUNICATIONS PLATFORM Getting Started Workbook 2 2018 BlackBerry. All rights reserved. BlackBerry and related trademarks, names and logos are the property of BlackBerry

More information

Administering Workspace ONE in VMware Identity Manager Services with AirWatch. VMware AirWatch 9.1.1

Administering Workspace ONE in VMware Identity Manager Services with AirWatch. VMware AirWatch 9.1.1 Administering Workspace ONE in VMware Identity Manager Services with AirWatch VMware AirWatch 9.1.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Link-OS SDK for Xamarin README

Link-OS SDK for Xamarin README Link-OS SDK for Xamarin README This readme is specific to the LinkOS Xamarin SDK. This SDK is a Xamarin PCL in the plugin format. Also included in the files is a sample app showing use of specific APIs.

More information

Theme Editor User Manual by nop4you.com

Theme Editor User Manual by nop4you.com Theme Editor User Manual by nop4you.com 1 List of content: 1. Before install... 3 2. Installation... 3 a. Reload list of plugins... 3 b. Find plugin and install... 4 3. Configuration... 5 a. Editor style...

More information

Android User Guide. for version 5.3

Android User Guide. for version 5.3 Android User Guide for version 5.3 Contents 1. Installation... 3 1.1. How to install Babelnet... 3 1.2. Enter Babelnet in the search field.... 3 1.3. Safety precautions when using Babelnet on your Android...

More information

WHAT IS NEW FOR DEVS IN SP 2013

WHAT IS NEW FOR DEVS IN SP 2013 WHAT IS NEW FOR DEVS IN SP 2013 ADIS JUGO, PLANB. SHAREPOINT AND PROJECT CONFERENCE ADRIATICS ZAGREB, 11/28/2012 ponsors Agenda Apps Search Workflow WCM Mobile Other APPS In its most basic form, an app

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac 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

Deploying VMware Workspace ONE Intelligent Hub. October 2018 VMware Workspace ONE

Deploying VMware Workspace ONE Intelligent Hub. October 2018 VMware Workspace ONE Deploying VMware Workspace ONE Intelligent Hub October 2018 VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Steps to Set Up the Environment of Xamarin in Visual

Steps to Set Up the Environment of Xamarin in Visual Before a couple of years ago many people were on the thinking line that Native Languages like Objective-C, Swift and Java is the only choice to develop native Mobile Applications. Well gone are those days

More information

Deploying Lookout with IBM MaaS360

Deploying Lookout with IBM MaaS360 Lookout Mobile Endpoint Security Deploying Lookout with IBM MaaS360 February 2018 2 Copyright and disclaimer Copyright 2018, Lookout, Inc. and/or its affiliates. All rights reserved. Lookout, Inc., Lookout,

More information

INSTALLATION AND SETUP VMware Workspace ONE

INSTALLATION AND SETUP VMware Workspace ONE GUIDE NOVEMBER 2018 PRINTED 9 JANUARY 2019 VMware Workspace ONE Table of Contents Installation and Setup Introduction Prerequisites Signing Up for a Free Trial Launching the Workspace ONE UEM Console Navigating

More information

ZENworks 2017 Update 4 Troubleshooting Mobile Device Management

ZENworks 2017 Update 4 Troubleshooting Mobile Device Management ZENworks 2017 Update 4 Troubleshooting Mobile Device Management January 2019 This section provide solutions to the problems you might encounter while using the Mobile Management feature. Section 1, Log

More information

Ionic CLI is the default and easiest way to work with ionic projects. In this tutorial we will learn the ins and outs of Ionic CLI.

Ionic CLI is the default and easiest way to work with ionic projects. In this tutorial we will learn the ins and outs of Ionic CLI. Ionic CLI cheatsheet Ionic CLI is the default and easiest way to work with ionic projects. In this tutorial we will learn the ins and outs of Ionic CLI. Commands 1. Docs Opens the ionic documentation website

More information

Comodo Endpoint Manager Software Version 6.25

Comodo Endpoint Manager Software Version 6.25 Comodo Endpoint Manager Software Version 6.25 End User Guide Guide Version 6.25.121918 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to Endpoint Manager...3

More information

Open Lecture Mobile Programming. Firebase Tools

Open Lecture Mobile Programming. Firebase Tools Open Lecture Mobile Programming Firebase Tools Agenda Setup Firebase Authentication Firebase Database Firebase Cloud Messaging Setting up a new Firebase project Navigate to https://console.firebase.google.com/

More information

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE APRIL 2019 PRINTED 17 APRIL 2019 MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Audience Getting Started with Android

More information

Your Engineering Excellency

Your Engineering Excellency Your Engineering Excellency With hundreds of projects in dozens of industries, EPAM Systems can boast expertise and excellence in lots of different technologies. E-commerce, Big Data, content management,

More information

UTNotifications Manual

UTNotifications Manual UTNotifications Manual Version 1.6.1.0 Introduction Getting Started Creating Local Notifications Custom User Data & Handling Notifications Using Notification Profiles (Sounds & Icons Settings) Image Notifications

More information

Administering Jive Mobile Apps for ios and Android

Administering Jive Mobile Apps for ios and Android Administering Jive Mobile Apps for ios and Android TOC 2 Contents Administering Jive Mobile Apps...3 Configuring Jive for Android and ios...3 Custom App Wrapping for ios...3 Authentication with Mobile

More information

Installing To Do List Plugin in nopcommerce. User Guide NOP4YOU.COM 1

Installing To Do List Plugin in nopcommerce. User Guide NOP4YOU.COM 1 Installing To Do List Plugin in nopcommerce User Guide NOP4YOU.COM 1 List of content: 1. About plugin... 3 2. How to install... 3 3. Configuration... 4 4. Manage Projects... 5 a. Searching... 5 b. Adding

More information

Installing. Download the O365 suite including OneDrive for Business: 1. Open the Google Play Store on your Android device

Installing. Download the O365 suite including OneDrive for Business: 1. Open the Google Play Store on your Android device Mobile Microsoft OneDrive for Business is a part of Office 365 (O365) and is your private professional document library, it uses O365 to store your work files in the cloud and is designed to make working

More information

VIEVU Solution App User Guide

VIEVU Solution App User Guide VIEVU Solution App User Guide INTRODUCTION VIEVU Solution is the next generation, fully-hosted, cloud evidence management system. This guide describes how to operate the VIEVU Solution. Additional support

More information

Grandstream Networks, Inc. GVC3200 Video Conferencing System for Android TM Facebook TM Messenger Application Note

Grandstream Networks, Inc. GVC3200 Video Conferencing System for Android TM Facebook TM Messenger Application Note Grandstream Networks, Inc. GVC3200 Video Conferencing System for Android TM Facebook TM Messenger Application Note GVC3200 Facebook TM Messenger Application Note Index DOWNLOAD AND INSTALL FACEBOOK TM

More information

Synchronizing Your PC

Synchronizing Your PC Synchronizing Your PC A Guide to -- 2018 APCUG Spring VTC AN INTERNATIONAL ASSOCIATION OF TECHNOLOGY AND COMPUTER USER GROUPS Introduction There are numerous ways to sync desktops, laptops, tablets and

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

Comodo Endpoint Manager Software Version 6.25

Comodo Endpoint Manager Software Version 6.25 Comodo Endpoint Manager Software Version 6.25 End User Guide Guide Version 6.25.012219 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to Endpoint Manager...3

More information

Comodo Endpoint Manager Software Version 6.26

Comodo Endpoint Manager Software Version 6.26 Comodo Endpoint Manager Software Version 6.26 End User Guide Guide Version 6.26.021819 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to Endpoint Manager...3

More information

Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1

Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1 Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Table of Contents Lab Overview - HOL-1857-03-UEM - Workspace ONE UEM with App & Access Management... 2 Lab Guidance... 3 Module 1 - Workspace

More information

In order to download the app you will want to go to the app store on your phone. You can search for "Dick's TSHQ" or "Dick's Team Sports".

In order to download the app you will want to go to the app store on your phone. You can search for Dick's TSHQ or Dick's Team Sports. Dick s Team Sports HQ App Overview Welcome to the Dick s Team Sports HQ App! This app will allow you to view your calendar of events and communicate with other participants and volunteers on your team(s)!

More information

MarkLogic Server. Information Studio Developer s Guide. MarkLogic 8 February, Copyright 2015 MarkLogic Corporation. All rights reserved.

MarkLogic Server. Information Studio Developer s Guide. MarkLogic 8 February, Copyright 2015 MarkLogic Corporation. All rights reserved. Information Studio Developer s Guide 1 MarkLogic 8 February, 2015 Last Revised: 8.0-1, February, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Information

More information

Developer Cockpit. Introduction 1. Prerequisites 2. Application Lifecycle in MindSphere 3. User interfaces "Developer Cockpit" 4

Developer Cockpit. Introduction 1. Prerequisites 2. Application Lifecycle in MindSphere 3. User interfaces Developer Cockpit 4 Introduction 1 Prerequisites 2 Application Lifecycle in MindSphere 3 System Manual User interfaces "Developer Cockpit" 4 User rights in "Developer Cockpit" 5 Workflow of Developer Cockpit 6 Develop applications

More information

<Partner Name> <Partner Product> RSA ARCHER GRC Platform Implementation Guide. Swimlane 2.x

<Partner Name> <Partner Product> RSA ARCHER GRC Platform Implementation Guide. Swimlane 2.x RSA ARCHER GRC Platform Implementation Guide Jeffrey Carlson, RSA Partner Engineering Last Modified: 11/02/2017 Solution Summary The RSA Archer integration allows Swimlane

More information

Integration Manual Valitor Magento Module

Integration Manual Valitor Magento Module Integration Manual Valitor Magento Module Integrating with Valitor could not be easier. Choose between Hosted, HTTP POST or XML integration options, or alternatively browse our selection of client libraries

More information

Index. Alessandro Del Sole 2017 A. Del Sole, Beginning Visual Studio for Mac,

Index. Alessandro Del Sole 2017 A. Del Sole, Beginning Visual Studio for Mac, Index A Android applications, Xamarin activity and intent, 116 APIs in C# Activity classes, 123 Android manifest, 129 App.cs, 123 app properties, setting, 128 CreateDirectoryForPictures methods, 124 device

More information

Admin Guide Hosted Applications

Admin Guide Hosted Applications Admin Guide Hosted Applications DOCUMENT REVISION DATE: December, 2010 Hosted Applications Admin Guide / Table of Contents Page 2 of 32 Table of Contents OVERVIEW... 3 1. ABOUT THE GUIDE... 3 1.1 AUDIENCE

More information

Twixl Publisher Documentation

Twixl Publisher Documentation BUILDING APPS Twixl media Kortrijksesteenweg 1144 N, 9051 Gent (Sint-Denijs-Westrem), Belgium, VAT BE 0892.553.121 T +32 493 25 25 77 info@twixlmedia.com Copyright 2017 Twixl media. All Rights Reserved

More information

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

REWARD POINTS PLUG-IN USER GUIDE

REWARD POINTS PLUG-IN USER GUIDE support@simicart.com Phone: +84.3217.1357 REWARD POINTS PLUG-IN USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 5 3. HOW TO CONFIGURE... 6 3.1 For those who are using Reward Point

More information

VMware Workspace ONE UEM Integration with Smart Glasses. VMware Workspace ONE UEM 1811

VMware Workspace ONE UEM Integration with Smart Glasses. VMware Workspace ONE UEM 1811 VMware Workspace ONE UEM Integration with Smart Glasses VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

MOBILOUS INC, All rights reserved

MOBILOUS INC, All rights reserved 8-step process to build an app IDEA SKETCH CONCEPTUALISE ORGANISE BUILD TEST RELEASE SUBMIT 2 I want to create a Mobile App of my company which only shows my company information and the information of

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

Early Data Analyzer Web User Guide

Early Data Analyzer Web User Guide Early Data Analyzer Web User Guide Early Data Analyzer, Version 1.4 About Early Data Analyzer Web Getting Started Installing Early Data Analyzer Web Opening a Case About the Case Dashboard Filtering Tagging

More information

Offline-first PWA con Firebase y Vue.js

Offline-first PWA con Firebase y Vue.js Offline-first PWA con Firebase y Vue.js About me Kike Navalon, engineer Currently working at BICG playing with data You can find me at @garcianavalon 2 We live in a disconnected & battery powered world,

More information

VMware Workspace ONE UEM Integration with Apple School Manager

VMware Workspace ONE UEM Integration with Apple School Manager VMware Workspace ONE UEM Integration with Apple School Manager VMware Workspace ONE UEM Integration with Apple School Manager VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation

More information

BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications

BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications Version : 4.00 Last modification date : 13 June 2014 Owner : IBM Ecosystem Development Table of Contents Part 1: Building

More information

VMware AirWatch Integration with Apple School Manager Integrate with Apple's School Manager to automatically enroll devices and manage classes

VMware AirWatch Integration with Apple School Manager Integrate with Apple's School Manager to automatically enroll devices and manage classes VMware AirWatch Integration with Apple School Manager Integrate with Apple's School Manager to automatically enroll devices and manage classes AirWatch v9.3 Have documentation feedback? Submit a Documentation

More information

DWT SYSTEM: Installation Manual

DWT SYSTEM: Installation Manual DWT SYSTEM: Installation Manual 1 INSTALLATION MANUAL Index DWT System... 4 Software requirements... 4 Visual Studio 2015... 4 Azure for Visual Studio 2015... 4 Xamarin for Visual Studio 2015... 4 InstallShield

More information

WELCOME TO KAPOST. Kapost Content Gallery: Getting Started Guide for Admins. Kapost Content Gallery

WELCOME TO KAPOST. Kapost Content Gallery: Getting Started Guide for Admins. Kapost Content Gallery WELCOME TO KAPOST Kapost Content Gallery: Getting Started Guide for Admins Kapost Content Gallery Kapost Content Gallery: Getting Started Guide for Admins Thank you for becoming the newest Kapost rock

More information

Table of Contents. Copyright Pivotal Software Inc, of

Table of Contents. Copyright Pivotal Software Inc, of Table of Contents Table of Contents Push Notification Service for Pivotal Cloud Foundry Installation DevOps Configuring Heartbeat Monitor for ios Configuring Heartbeat Monitor for Android Using the Dashboard

More information

Contents. a. Initialization... 27

Contents. a. Initialization... 27 Contents 1. License... 6 2. Introduction... 7 3. Plugin updates... 8 a. Update from previous versions to 1.10.0... 8 4. Example project... 9 5. GitHub Repository... 9 6. Getting started... 10 7. Mobile

More information

RapidIdentity Mobile Guide

RapidIdentity Mobile Guide RapidIdentity Mobile Guide Welcome to the RapidIdentity Mobile Component page. The RapidIdentity Mobile guide describes the installation and configuration options for the RapidIdentity Mobile application.

More information

Page 1 of 32. Rewards Points

Page 1 of 32. Rewards Points Page 1 of 32 Rewards Points Table of Contents Rewards Points... 1 Installation... 2 Configure Reward Points... 3 General Configuration... 4 Earning Points Configuration... 4 Spending Points Configuration:...

More information

Synchronizing Your PC

Synchronizing Your PC Synchronizing Your PC A Guide to -- North Texas PC Users Group November 18, 2017 AN INTERNATIONAL ASSOCIATION OF TECHNOLOGY AND COMPUTER USER GROUPS 1 Introduction There are numerous ways to sync desktops,

More information

Getting Started. Overview CHAPTER

Getting Started. Overview CHAPTER CHAPTER 1 This chapter provides information that you need to get started with the IPICS Mobile Client. It includes these topics: Overview, page 1-1 Obtaining the IPICS Mobile Client, page 1-3, page 1-4

More information

Creating Application Definitions in Hana Cloud Platform Mobile Services

Creating Application Definitions in Hana Cloud Platform Mobile Services SAP Hana Cloud Platform Mobile Services How-To Guide Provided by SAP s Technology RIG Creating Application Definitions in Hana Cloud Platform Mobile Services Applicable Releases: Platform Mobile Services

More information

Getting Started With Your Church App Live Account

Getting Started With Your Church App Live Account Table of Contents Getting Started With Your Church App Live Account... 1 Select Background Design...5 Enable/Disable Features:... 5 Miscellaneous Admin Area...6 Putting Content In Your Church App Live

More information

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8 Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.8 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Workspace ONE UEM Notification Service. VMware Workspace ONE UEM 1811

Workspace ONE UEM  Notification Service. VMware Workspace ONE UEM 1811 Workspace ONE UEM Email Notification Service VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Facebook and Instagram - Tagging Products

Facebook and Instagram - Tagging Products Facebook and Instagram - Tagging Products Advanced Article This is an advanced support article, provided as is and Lightspeed does not offer support on this functionality. We recommend contacting a Facebook

More information

VMware AirWatch Books Deployment Guide Distribute and deploy books

VMware AirWatch Books Deployment Guide Distribute and deploy books VMware AirWatch Books Deployment Guide Distribute and deploy books AirWatch v9.2 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Quick Start Guide. For more information, please visit us at

Quick Start Guide. For more information, please visit us at TM Quick Start Guide For more information, please visit us at www.websitealive.com Quick Start Guide With this Quick Start Guide, you ll be up and running in no time! If you need further assistance, help

More information

etrac ATOM Android App Setup Guide

etrac ATOM Android App Setup Guide etrac ATOM Android App Setup Guide Version: 1.0.0 Published: 10/22/2014 Global DMS, 1555 Bustard Road, Suite 300, Lansdale, PA 19446 2014, All Rights Reserved. Table of Contents Initial Setup... 3 Settings...

More information

KAPOST GALLERY Getting Started Guide for Admins

KAPOST GALLERY Getting Started Guide for Admins KAPOST GALLERY Getting Started Guide for Admins Kapost Gallery Kapost Gallery Guide for Admins Are you ready to take your rock star marketing content to the next level? This guide will help you successfully

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

Mobile Social Media Services

Mobile Social Media Services Mobile Social Media Services T-109.5410 Technology Management in the Telecommunications Industry Olli Mäkinen Doctoral Student Aalto University School of Science 15 th November 2011 Topics Social media

More information

Welcome to the SIGGRAPH online networking tool!

Welcome to the SIGGRAPH online networking tool! Welcome to the SIGGRAPH online networking tool! We look forward to seeing you at SIGGRAPH 2013! To help you maximize your connections, we'd like to welcome you to the integrated networking platform. This

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions The GrandPad Member Services What is GrandPad? GrandPad is a simple and secure tablet computer that digitally connects a senior to their family and friends. The senior can easily

More information

Tutorial: Creating a Gem with code

Tutorial: Creating a Gem with code Tutorial: Creating a Gem with code This tutorial walks you through the steps to create a simple Gem with code, including using the Project Configurator to create an empty Gem, building the Gem, and drawing

More information

Getting Started. Overview CHAPTER

Getting Started. Overview CHAPTER 1 CHAPTER This chapter provides information that you need to get started with the IPICS Mobile Client. It includes these topics: Overview, page 1-1 Obtaining the IPICS Mobile Client, page 1-4 Obtaining

More information

AirWatch Container. VMware Workspace ONE UEM

AirWatch Container. VMware Workspace ONE UEM VMware Workspace ONE UEM You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation, submit your feedback

More information

Schrole Cover Manual Table of Contents

Schrole Cover Manual Table of Contents Cover User Manual Schrole Cover Manual Table of Contents Contents User Schrole Cover as a Cover (Relief) User... 3 Navigating around Schrole Cover... 3 Website Cover Dashboard... 4 Swapping Between Roles...

More information

App Configuration. Version 6.0 August All rights reserved

App Configuration. Version 6.0 August All rights reserved App Configuration Version 6.0 August 2016 2015 systems@work. All rights reserved Contents CONTENTS... 1 INTRODUCTION... 2 LIMITATIONS... 3 FORM TYPES... 4 SYSTEM PARAMETERS... 8 ICONS... 10 IMAGE FOLDERS...

More information

An Introduction to Box.com

An Introduction to Box.com An Introduction to Box.com Box is an online file sharing and cloud content management service and it provides features such as: Security controls Space Mobility Online collaboration Mobile access Version

More information

KACE GO Mobile App 4.0. Release Notes

KACE GO Mobile App 4.0. Release Notes KACE GO Mobile App 4.0 Release Notes Table of Contents Quest KACE GO 4.0 Mobile App Release Notes...3 About the KACE GO Mobile App... 3 Capabilities for KACE Systems Management Appliance administrators...

More information

Connect and Transform Your Digital Business with IBM

Connect and Transform Your Digital Business with IBM Connect and Transform Your Digital Business with IBM 1 MANAGEMENT ANALYTICS SECURITY MobileFirst Foundation will help deliver your mobile apps faster IDE & Tools Mobile App Builder Development Framework

More information

Quick Start: Creating a Video and Publishing in YouTube

Quick Start: Creating a Video and Publishing in YouTube Getting Started Quick Start: Creating a Video and Publishing in YouTube 1. Get a YouTube (Google) Account. YouTube is owned by Google. So, to create YouTube content, you ll need a Google account. If you

More information

STORE LOCATOR PLUGIN USER GUIDE

STORE LOCATOR PLUGIN USER GUIDE support@simicart.com Support: +84.3127.1357 STORE LOCATOR PLUGIN USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 4 3. HOW TO CONFIGURE... 5 4. HOW TO USE ON APP... 13 SimiCart Store

More information

KACE GO Mobile App 3.1. Release Notes

KACE GO Mobile App 3.1. Release Notes KACE GO Mobile App 3.1 Release Notes Table of Contents Quest KACE GO 3.1 Mobile App Release Notes...3 About the KACE GO Mobile App... 3 Capabilities for KACE Systems Management Appliance (K1000) administrators...

More information

Table of Contents. Introduction to Product View Gallery How to Install and Deactivate How to Configure How to Use...

Table of Contents. Introduction to Product View Gallery How to Install and Deactivate How to Configure How to Use... 1 Table of Contents Introduction to Product View Gallery... 3 How to Install and Deactivate... 4 How to Configure... 6 How to Use... 9 2 1. Introduction to Product View Gallery Magento Product View Gallery

More information

Sophos Mobile Control Administrator guide. Product version: 5.1

Sophos Mobile Control Administrator guide. Product version: 5.1 Sophos Mobile Control Administrator guide Product version: 5.1 Document date: June 2015 Contents 1 About Sophos Mobile Control...5 1.1 Sophos Mobile Control on premise and as a Service...5 1.2 About this

More information

VMware AirWatch Integration with Apple School Manager Integrate with Apple's School Manager to automatically enroll devices and manage classes

VMware AirWatch Integration with Apple School Manager Integrate with Apple's School Manager to automatically enroll devices and manage classes VMware AirWatch Integration with Apple School Manager Integrate with Apple's School Manager to automatically enroll devices and manage classes Workspace ONE UEM v9.6 Have documentation feedback? Submit

More information

Network Rail Brand Hub USER GUIDE

Network Rail Brand Hub USER GUIDE Network Rail Brand Hub USER GUIDE The Brand Hub Using keywords, visual thumbnails and a more upto-date online interface, the new Brand Hub will make searching, browsing and downloading images, templates

More information

Setting Up Resources in VMware Identity Manager

Setting Up Resources in VMware Identity Manager Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information