Questions tagged [arrowdb]

ArrowDB provides a set of REST APIs for creating, managing, and accessing data in the cloud.

Appcelerator ArrowDB provides a set of REST APIs for creating, managing, and accessing different types of data in the cloud.

24 questions
2
votes
0 answers

Appcelerator login API getting error in response Unexpected identifier

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…
1
vote
0 answers

Appcelerator: Android push notifications not being pushed to devices

I am using Appcelerator cloud services for push notifications. The app is set up correctly on bot iOS and Android, and iOS push notifications are appearing on the device. However, on Android, no notifications are showing up. On the Android side, I…
1
vote
0 answers

performing batch_create with arrowdb error due to "_id" in field name

First - fair warning for any new user, stay away from appcelerator, that team should be ashamed of the work they have performed. Read on for an example. If I am wrong I will happily admit it. The customer's data already exists and mobile application…
Nick Licata
  • 147
  • 11
1
vote
1 answer

Failure after sending push notification to specific IDs with Cloud.PushNotifications.notify

I've been developing a chat app with Titanium and I'm facing some issues while sending push notifications when a user send a message. If I simply call: Cloud.PushNotifications.notify({ channel : 'myChannel', to_ids : usersID.toString(), …
Alberto M
  • 1,608
  • 1
  • 18
  • 42
1
vote
1 answer

Find data from coordinates in Arrow DB

After reading docs https://docs.appcelerator.com/arrowdb/latest/#!/guide/customfields I coud not find any way to get data from coordinates with arrow DB projet (when you deploy it in the cloud !). I try this : req.model.query({ coordinates: { …
Jérémy
  • 21
  • 4
1
vote
0 answers

ArrowDB Custom Object querying on two sets of coordinates

I have tried asking the Appcelerator Forums but haven't got a response... hopefully someone may be able to help here - any help is greatly appreciated. I am trying to query arrowdb custom objects to return results that are within a 5 mile radius of…
Matt
  • 33
  • 3
0
votes
0 answers

ArrowDB - how to get event listener of a chat sent to group?

I'm developing a real time chat app using Titanium Appcelerator. I have everything working with ArrowDB and one user can send another user a message through a group. https://docs.appcelerator.com/arrowdb/latest/#!/api/Chats However there doesn't…
Mick Sool
  • 9
  • 2
0
votes
1 answer

Appcelerator ArrowDB Cloud.Emails.send not sending emails

I have successfully setup the SMTP. When SMTP is setup I did receive an email with subject "[AMPLIFY Platform] Mobile Backend Services SMTP Test" Then I have called Cloud.Emails.send with valid recipient email address. API call also return below…
0
votes
1 answer

Appcelerator change sender name for Password reset

Using the default appcelerator template Im sending a password reset request. The mail subject is Password reset request for My-wierd-appname-development and at the end of the email it says: Regards, My-wierd-appname-development Team This…
0
votes
1 answer

Titanium/ArrowDB Query channels for token based push notification subsription

With Titanium is there a way for a mobile user to query push notification channels for his device if he has subscribed by device token ? In the API there is a query function which requires querying but requires login.
hini
  • 240
  • 1
  • 11
0
votes
1 answer

Appcelerator Titanium Facebook module share dialog not showing

I am trying the example code for a share dialog using the facebook module: The vars for link, name, description, caption and picture has all been set to appropriate strings beforehand. if(Alloy.Globals.Facebook.getCanPresentShareDialog()) { …
Emil
  • 137
  • 1
  • 10
0
votes
1 answer

arrowDB - is there a way to move development data to production?

I've built an app using arrowDB for the backend. Is there a simple way to duplicate development data to production? Seems like an oversight not to be able to do this, have an app going through review process and just realised all our test data won't…
kenwen
  • 814
  • 2
  • 11
  • 17
0
votes
3 answers

Clearing badge number Appcelerator studio, arrowdb and iOS?

So i send push notifications using the arrowdb and cloud service with Appcelerator. This seems to work well and the iphone gets the notification. What i wonder is if there is some easy way to clear the badge numer to 0? It needs to be reset at the…
Emil
  • 137
  • 1
  • 10
0
votes
1 answer

Ajax Error callback not firing for iPhone

Error callback does not work if async request is sent but success does! and it works perfectly fine in Android and browser. In iPhone it works for synchronous request. here is my code. other apis work perfectly fine. $.ajax({ type: 'POST', …
saurabh
  • 530
  • 1
  • 8
  • 22
0
votes
1 answer

Appcelerator Arrowdb deleting photo does not work

I'm trying to delete a photo in Arrowdb using the REST API. I'm sending in both "id" and "su_id" (of the user who uploaded it). And I am currently logged in as an admin with admin rights. I keep getting the following response: { ["meta"]=>…
Emil
  • 137
  • 1
  • 10
1
2