arrowdb

How to show details from ArrowDB for individual objects #appcelerator

|▌冷眼眸甩不掉的悲伤 提交于 2020-01-17 05:08:06
问题 I have queried from ArrowDB and gotten a list of events, now I want each individual event details when the specific view is clicked. My code as shown below works except that it puts the details from all the queried events on the opened window, and it shows the last queried event at the top. How can I do this please? My brain just can't fix this. Cloud.Events.query(function (e) { if (e.success) { alert('Success:\n' + 'Count: ' + e.events.length); for (var i = 0; i < e.events.length; i++) { var

Appcelerator login API getting error in response Unexpected identifier

此生再无相见时 提交于 2019-12-24 01:36:08
问题 I am using Appcelerator iCloud·Cloud.Users.login·API its callback is giving me following response: {"success":false,"error":true,"message":"JSON Parse error: Unexpected identifier \"An\""} I am stuck on the things and not able to move forward, Our live App users on App Store are also affected from this. Problem comes when we open Appcelerator Titanium project from Xcode and build the app from there and run on iOS simulator or device. Here is the code which I am using: Cloud.Users.login({