Quick Start
The minimum, concise steps to get working with the Traveler SDK
1) Obtain Keys
To utilize any of the tooling outlined in this guide, one must obtain the Publishable, and Secret keys, as they authorize usage. To obtain these keys, visit the Management Console.
Publishable Key
This key can be included in client side source code, and is used to both uniquely identify, as well as authorize access to Guestlogix resources.
Secret Key
This key is NOT to be included in any client side source code. It is only to be sent to Guestlogix servers in a server-side pattern.
2) Initialize SDKs
With access keys in hand, you may now initialize the SDK of your choosing, for more see the desired getting started guide.
iOS SDK
Getting StartedAndroid SDK
Getting StartedLast updated