Quick Start
The minimum, concise steps to get working with the Traveler SDK
1) Obtain Keys
Publishable Key
Secret Key
2) Initialize SDKs
iOS SDK
Getting StartedAndroid SDK
Getting StartedLast updated
The minimum, concise steps to get working with the Traveler SDK
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.
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.
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.
With access keys in hand, you may now initialize the SDK of your choosing, for more see the desired getting started guide.
Last updated