Questions tagged [stackmob]

A Backend as a Service (BAAS) provider that simplifies the set-up of network services for your website or mobile application.

Homepage

Developer Documentation

Developer Support

110 questions
1
vote
2 answers

stackmob addon for heroku

We're looking to build out our mobile app using Stackmob and Heroku for backend. There is a Heroku Addon that enables a developer to control the app server-side logic using Rails. There is not much documentation available on this addon nor are…
1
vote
1 answer

Notification for android giving error for Notification class

I am creating a small app for android for notification. But it gives an Error in Notification class error (API level supported for 11 or 16). Then I tried using NotificationCompat class but it shows resources can not be resolved to a type while I…
Ankit
  • 191
  • 1
  • 2
  • 8
1
vote
2 answers

"Undefined" when using StackMob.Model instead of Backbone.Model

I'm using Backbone.js and StackMob for a mobile app, and have run into a strange problem that I can't get my head around. According to the StackMob docs, StackMob.Model extends Backbone.Model, and thus has access to the same methods, and should work…
Justin Davis
  • 305
  • 1
  • 3
  • 16
1
vote
1 answer

stackmob schemas and permissions

I have a structure I am after, but I can't quite pin down how I would set it up with stackmob permissions and schemas. -Users (userID,username,password) I want users to be able to have friends, so I created a "relationship" for the schema called…
livinzlife
  • 863
  • 3
  • 17
  • 33
1
vote
1 answer

Integrating AWS Authentication to download URL's through StackMob

I'm having issues integrating the AWS iOS SDK (authentication specifically) along with download of a simple URL from a bucket. I'm using StackMob to store my data, and files are managed through AWS in S3 storage. When querying for an object, the…
ryanwils
  • 947
  • 7
  • 18
1
vote
1 answer

Case Insensitive search using Stackmob iOS SDK

I am using Stackmob iOS SDK http://www.stackmob.com/devcenter/docs/Datastore-API to communicate with Stackmob backend of my app. I need a case insensitive search in table. How can i do this with Stackmob API?
1
vote
1 answer

StackMob Java Client

I am currently using stackmob for push notifications for android and iOS. I am using their java client for sending push notifications. I am giving the correct API_KEY and API_SECRET. The deviceToken is also correct still it sometimes gives me a 401…
Rathi
  • 71
  • 1
  • 7
1
vote
1 answer

Can't save a string to an array of string on stackmob

I'm having a problem with this software http://dev.wikidiscussion.ozfraier.stackmobapp.com which is a variation on the todos coffeescript example http://jasongiedymin.github.com/backbone-todojs-coffeescript/docs/coffeescript/todos.html A list…
Oz Fraier
  • 45
  • 3
1
vote
0 answers

Titanium + Stack Mob

I want to know if there is support for push notifications with Stack Mob on Titanium. There are some blogs explaining Stack Mob with Titanium but none specifically for push notifications.
Rathi
  • 71
  • 1
  • 7
1
vote
1 answer

Connecting a backbone localstorage based app to StackMob remote server via the Stackmob Sdk

I'm building which is a variation of this todos example http://jasongiedymin.github.com/backbone-todojs-coffeescript/docs/coffeescript/todos.html As you can see, the app saves the data to the browser's localstorage. I want it to save it to the…
Oz Fraier
  • 45
  • 3
0
votes
0 answers

_NSFaultingMutableSet Strange behavior

Today, my core data suddenly stopped working. You must see this: So basically I have a Task NSManagedObject, which has a medias to-many relationship. Originally I was using task.medias.count to get the count of the medias. And it has been working…
Lei Zhang
  • 500
  • 4
  • 15
0
votes
1 answer

How to "push" to new view controller after successful login StackMob

I'm using stack mob as back-end provider and I'm trying to get my login screen to work. After a successful login I want to move to a new UIViewController. It seems simple enough but I'm having issues. I thought I could do this: MyViewController*…
gradedcatfood
  • 171
  • 2
  • 9
0
votes
1 answer

Check if Stackmob has created a new Facebook user

I am using Facebook as one option to create a user account for my iOS app. I am using createUserIfNeeded to create a new user account with stackmob. But how do I check if an account was already created previously and this is not a new account? (i.e…
Sarah92
  • 671
  • 4
  • 12
  • 29
0
votes
1 answer

Core Data dataModel, iOS

I plan to create an application for iOS using Core Data, which will help my client in managing their designed clothes. I'm thinking about the database structure and I'm a little bit confused because, I don't know if my structure will be enough for…
sonoDamiano
  • 185
  • 1
  • 12
0
votes
3 answers

Adding to an array while inside a block

I'm trying to loop through an array and add items to a new array. The addObject part exists inside a block. Something seems to be preventing any objects from being added to my new array. I'm wondering if the block is causing problems. It goes like…
jmoneystl
  • 773
  • 1
  • 8
  • 23