Skip to content
David Douglas edited this page Nov 1, 2017 · 2 revisions

Namespace changes:

using Unity3dAzure; -> using Azure.AppServices; using RESTClient;

Class name changes:

MobileServiceClient -> AppServiceClient
MobileServiceTable -> AppServiceTable
MobileServiceUser -> AuthenticatedUser
CustomQuery -> TableQuery

External Dependency:

RESTClient for Unity

Clone this wiki locally