outsystems now customization for ios

10
www.outsystems.com OutSystems Now customization OutSystems Experts Services

Upload: ruben-goncalves

Post on 14-Apr-2017

430 views

Category:

Mobile


6 download

TRANSCRIPT

Page 1: OutSystems Now customization for iOS

www.outsystems.com

OutSystems Now customizationOutSystems Experts Services

Page 2: OutSystems Now customization for iOS

© 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

Page 3: OutSystems Now customization for iOS

© OutSystems. All Rights Reserved www.outsystems.com

iOS customization requirements1. Mac book

2. XCode

3. Images as explained in the apple site

Page 4: OutSystems Now customization for iOS

© OutSystems. All Rights Reserved www.outsystems.com

Let’s go to…

https://labs.outsystems.net/

Page 5: OutSystems Now customization for iOS

© 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

Page 6: OutSystems Now customization for iOS

Adding a cordova plugin

Page 7: OutSystems Now customization for iOS

© 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/

Page 8: OutSystems Now customization for iOS

© OutSystems. All Rights Reserved www.outsystems.com

Cordova plugins

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

Page 9: OutSystems Now customization for iOS

© 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]

Page 10: OutSystems Now customization for iOS

Thank you