Skip to content

HimanshuSShephertz/App42-WinRT-Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

WinRT Sample

This sample will allow WinRT's developers to quickly add Backend to their apps & games without any server or infrastructure hassles.

About

In order to describe this sample contains User Service, Storage Service, Leaderboard Service & Achievement Service api to build your apps/games.

  • User Service :- User Management for any Mobile or Web App which enables User registration, retrieval, state management e.g., Lock, Delete, Authentication and more. Along with User management, the library provides API’s for persistent Session Management.
  • LeaderBoard Service :- This service will allow Game Developer to add a game and maintain the game scoring. It also allows to maintain a Scoreboard across game sessions, one can query for average or highest score for user for a Game and highest and average score across users for a Game. It also records and provides ranking of the user against other users for a particular game. The Reward and Reward Points allow the Game Developer to assign rewards to a user and redeem the rewards. For instance, one can give Swords or Energy etc.
  • Storage Service :- This service provides an efficient way to manage JSON documents in NoSQL database on the cloud. You can store, update, search a JSON document and can also apply map-reduce search for storing documents. For example if you try to store a JSON document “{"Company":"Shephertz"}”, it will be stored with unique Object Id in the format: {“Company”:”Shephertz”,”_id”:{“$oid”:”4f423dcce1603b3f0bd560cf”}}. This oid can be used later to access/search the document.

Sample Prerequisites & Run Settings

  • Register/Login With App42
  • Copy Your API Key and Secret Key which you have received after the success of App Creation
  • Download App42 WinRT Sdk
  • Open your Project in Windows Editor
  • Edit Constant.cs file with API key and Secret key and replace the dbName if you are already created in your app
  • Build your project and run

About

App42-WinrtBackend-Sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages