Created
June 1, 2017 16:22
-
-
Save lothrop/0fb2a70e42cc51b7d7d39a7b4fa1a72a to your computer and use it in GitHub Desktop.
Parse API usage example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public AppDelegate () | |
{ | |
// Initialize the Parse client with your Application ID and .NET Key found on | |
// your Parse dashboard | |
ParseClient.Initialize("YOUR APPLICATION ID", "YOUR .NET KEY"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment