outsystems now customization for ios

Post on 14-Apr-2017

430 Views

Category:

Mobile

6 Downloads

Preview:

Click to see full reader

TRANSCRIPT

www.outsystems.com

OutSystems Now customizationOutSystems Experts Services

© OutSystems. All Rights Reserved www.outsystems.com

IntroductionOutSystems Now is a native application for iOS, Android and Windows available for you to download and use in your personal mobile device.

• Reach all OutSystems applications through a single point of access

• Use device native functionality such as GPS, barcode reader or camera

• Publish your OutSystems applications to the app stores

• Open source

© OutSystems. All Rights Reserved www.outsystems.com

iOS customization requirements1. Mac book

2. XCode

3. Images as explained in the apple site

© OutSystems. All Rights Reserved www.outsystems.com

Let’s go to…

https://labs.outsystems.net/

© OutSystems. All Rights Reserved www.outsystems.com

iOS customization steps

1. Download the source code2. Change app Bundle identifier and name3. Change application branding4. Remove environment picker5. Remove Applications screen6. Remove login screen and the navigation bar7. Change the progress bar color8. How to change the background color of login screen

Adding a cordova plugin

© OutSystems. All Rights Reserved www.outsystems.com

Adding a plugin requirements1.Have Node.js installed

2.Have a git client installed

3.Have cordova installed

https://cordova.apache.org/docs/en/4.0.0/guide/cli/

© OutSystems. All Rights Reserved www.outsystems.com

Cordova plugins

https://cordova.apache.org/plugins/

© OutSystems. All Rights Reserved www.outsystems.com

iOS adding a plugin

1.Open Terminal

2.Go to platform folder

3.Run commandcordova plugin add [git address]

Thank you

top related