A Backend as a Service (BAAS) provider that simplifies the set-up of network services for your website or mobile application.
Questions tagged [stackmob]
110 questions
1
vote
1 answer
When to trigger downloading StackMob initial data to a CoreData app
G'day All
I'm working on a CoreData driven app which starts with an empty CoreData store that I populate from a StackMob application.
I have a subclass of UITableView that fetches & presents my data as I want it to but I'm a bit puzzled about when I…

Pedro
- 878
- 1
- 12
- 29
1
vote
1 answer
Stackmob does not execute fetch request without any errors
I am trying to execute a fetch request to return a "workout" user object.
I will need this method in more than one controllers so I have moved it to it's own class. However when I move the following method from the controller to another class…

Sarah92
- 671
- 4
- 12
- 29
1
vote
1 answer
Using sbt-assembly for Newman, StackMob’s Http Client library
I need to use Newman, StackMob’s Http Client library in my Android project.
I use sbt-assembly to generate one single (uber)jar with all dependencies. The command gives me a very big jar file (48mb) and Android can't convert it to dex.
How can I add…

iCaesar
- 421
- 2
- 10
- 23
1
vote
2 answers
Use custom (php) API in Stackmob
The last week i started working on a small startup company,which is developing an iOS app. My position in the team is backend developer. I spoke with the mobile developers of they told me that they use Stackmob Backend-as-a-Service provider for the…

Kostas Livieratos
- 965
- 14
- 33
1
vote
2 answers
Backbone, stackmob sub-models - render to html
I am really new to backbone so any help on this would be awesome, even just to point me in the direction of some resources related to this.
I have tried to create a fiddle but it won't work the same as on my machine:…

mcneela86
- 1,029
- 3
- 18
- 35
1
vote
0 answers
OAuth POST succeeds, GET fails
I create a brand new schema called 'blogpost' with the service http://www.Stackmob.com. Its read/write access is granted to authenticated users.
After authenticating as a user to my schema, my POST queries succeeds, but GET fails with…

user703047
- 151
- 1
- 1
- 4
1
vote
1 answer
Using Stackmob getLoggedInUserOnSuccess:^(NSDictionary *result) onFailure:^(Error *error) method
When I implement the getLoggedInUserOnSuccess:onFailure method (or the loginWithUsername: password: onSuccess:^(NSDictionary *results)...method in xcode, the results array does not become available until after all of my code has finished running.…

zacharyscott
- 73
- 1
- 5
1
vote
1 answer
Programmatic export/dump/mass data retrieval (BaaS)
Does anyone have experiences with programmatic exports of data in conjunction with BaaS providers like e.g. parse.com or StackMob?
I am aware that both providers (as far as I can tell from the marketing talk) offer a REST API which will allow for…

alexander.biskop
- 1,822
- 19
- 30
1
vote
0 answers
Using relationships correctly in stackmob
I'm looking to do a very simple chatroom / messaging centre using stackmob but i'm unsure of the best way to use my schemas / relationships to ensure data permissions etc.
So far i have:
Schema - Chatroom:
fields - chatroom_id
sm_owner
…

Martyn Joyce
- 374
- 1
- 10
1
vote
1 answer
StackMob iOS relational queries
Does StackMob supports queries on relational entities where, for instance, "place.title == %@"?
Reason why'm asking, is because doing a fetch using a predicate with the described format, returns 0 results (when it should return more then that).…

bsdeveloper
- 51
- 3
1
vote
2 answers
How to build PhoneGap + StackMob apps without Backbone.js?
I want to build a PhoneGap HTML5 app with a StackMob backend. There seems to be a shortage of books, videos, and tutorials on the topic.
Specifically, how can I build a Phonegap + StackMob app without using Require.js and Backbone.js?

KlassAktKreations
- 363
- 1
- 3
- 14
1
vote
1 answer
getting crash while Accessing relationship objects One to One coredata/stackmob
I have 2 tables Assets and Rewards there are related
Assets<---->Rewards, with relationshipname assetrewards, when i am trying to access the rewards table field likewise
NSFetchRequest *request = [NSFetchRequest…

iOSDev
- 412
- 10
- 30
1
vote
0 answers
Relationship between logged in Users stackmob
I use stackmob as backend and coredata.
I have "User" and "Sport" objects (User <<-> Sport). All users must have a sport object as require. If some user is logged in, others can't use this sport object until all users are logged out. For example, I…

Rost K.
- 262
- 2
- 14
1
vote
0 answers
Spoiled schema after one week using
Resuming my posts(http://support.stackmob.com/entries/24775522-iOS-SDK-2-0-0-relation..., iOS Stackmob SDK(2.0.0) (relationships) Bug..., https://github.com/stackmob/stackmob-ios-sdk/issues/51).
Everything work perfect within a week. Then something…

Rost K.
- 262
- 2
- 14
1
vote
2 answers
iOS Stackmob SDK(2.0.0) (relationships) Bug
I have found a critical bug with relationships. I try to set relationship for my SMUserManagedObject after saving in the block "saveOnSuccess" and have a crash with a log:
* Terminating app due to uncaught exception 'SMExceptionIncompatibleObject',…

Rost K.
- 262
- 2
- 14