AntimatterDimensionsSourceCode/PlayFab
2017-09-23 20:10:03 +03:00
..
licenses Balanzing 2017-09-23 01:21:29 +03:00
.arcconfig Balanzing 2017-09-23 01:21:29 +03:00
.gitignore Balanzing 2017-09-23 01:21:29 +03:00
JavaScriptGettingStarted.md Balanzing 2017-09-23 01:21:29 +03:00
LICENSE Balanzing 2017-09-23 01:21:29 +03:00
PlayFabAdminApi.js Balanzing 2017-09-23 01:21:29 +03:00
PlayFabClientApi.js trying to fix errors 2017-09-23 20:10:03 +03:00
PlayFabMatchmakerApi.js Balanzing 2017-09-23 01:21:29 +03:00
PlayFabServerApi.js Balanzing 2017-09-23 01:21:29 +03:00
README.md Balanzing 2017-09-23 01:21:29 +03:00
TypeScriptGettingStarted.md Balanzing 2017-09-23 01:21:29 +03:00

JavaScriptSDK README

1. Overview:

JavaScriptSDK for the Client API of PlayFab

This SDK can alternatively be used via our CDN. Additional details can be found here.

If you want to start coding right away, check out our JavaScript Getting Started Guide

2. Prerequisites:

To connect to the PlayFab service, your machine must be running TLS v1.2 or better.

3. Example Project (UNDER CONSTRUCTION)

The Example project is being revised for the upcoming 1.0 release

This sdk includes an optional example project that is used by PlayFab to verify sdk features are fully functional.

Please read about the testTitleData.json format, and purpose here:

  • testTitleData.md must be created and placed in the root of the example (beside index.html & PlayFabApiTest.ts), and must be named "testTitleData.json"

4. Troubleshooting:

For a complete list of available APIs, check out the online documentation.

Contact Us

We love to hear from our developer community! Do you have ideas on how we can make our products and services better?

Our Developer Success Team can assist with answering any questions as well as process any feedback you have about PlayFab services.

Forums, Support and Knowledge Base

5. Acknowledgements

dylanh724 - The previous tutorial before the current Getting Started Guide

Apache License -- Version 2.0, January 2004 http://www.apache.org/licenses/

Full details available within the LICENSE file.