
Parse
拼了命的追赶
这个作者很懒,什么都没留下…
展开
-
xamarin.ios Parse 模糊查询 查询
public ParseService () { ParseClient.Initialize ("", ""); }query = ParseObject.GetQuery ("Tournament") .WhereMatches ("title", new Regex ("",原创 2015-08-17 16:35:18 · 541 阅读 · 0 评论 -
Use the parse push messages In xamarin iOS
// AppDelegate.cspublic override bool FinishedLaunching(UIApplication app, NSDictionary options) { _window = new UIWindow(UIScreen.MainScreen.Bounds); var setup原创 2015-09-22 16:48:50 · 396 阅读 · 0 评论 -
Parse query on pointer column
Parse query on pointer column翻译 2015-09-30 16:44:35 · 660 阅读 · 0 评论 -
Connect your app to Parse
Connect your app to ParseBefore continuing, select your Parse app from the menu at the right. These steps are for your "Sonicboxx" app.Within AppDelegate.cs, specify your application id转载 2016-01-28 15:04:41 · 337 阅读 · 0 评论