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
0
votes
1 answer

Data/Content Management frontend for StackMob

For an iOS App I am looking for a BaaS provider. From a developers view StackMob is quite interesting, but I am missing a nice (web-)frontend to add and edit stored objects. The "Data Management" option in the Dashboard is unsuitable for…
Chris
  • 7,864
  • 1
  • 27
  • 38
0
votes
0 answers

Test-Driven Development (TDD) using Xamarin and StackMob?

I am interested in using StackMob as my BeAAS on a project using Xamarin to create an Android and IOS version of my mobile app. I am using the StackMob.NET solution from https://github.com/ermau/StackMob.NET. I was successful at running the demo…
TTally
  • 1
  • 1
0
votes
1 answer

updating certain fields to prevent overwriting

I'm developing a Android-application using StackMob. Now I'm at the point that I want to save an object but not all his properties let's take this example. class A extends StackMobModel { String UserOneInput; String UserTwoInput; } Now I…
matsjoe
  • 1,480
  • 12
  • 17
0
votes
1 answer

Reading all object values in StackMob

I've been using StackMob's fetch() function to retrieve all objects in my table, given by the fetch() method as a single model object. Each object has multiple attributes with corresponding values. I've then used JSON.stringify(model) to get this…
user2181948
  • 1,646
  • 3
  • 33
  • 60
0
votes
1 answer

Proper way to extract object from StackMob query (anonymous inner class) in Android

The StackMob Documentation lets us know how to properly perform a query: https://developer.stackmob.com/tutorials/android/Query-an-Object My question is what is the correct way in Java to actually extract this information from the query's inner…
user1528493
  • 441
  • 4
  • 5
0
votes
1 answer

How to update a schema using Stackmob?

Firstly I want to say, I really liked Stackmob. But I've got some little problems because I'm a newbie on stackmob. I'm developing on Android sdk I have created a schema called "level" and it has 2 unique indexes (facebook_id and level_no) My…
Mustafa Güven
  • 15,526
  • 11
  • 63
  • 83
0
votes
1 answer

Error while Importing StackMob sdk into libraries (related to annotations.jar or dalvik?)

When I want to use StackMob sdk I'm giving the error which I share below. It appears only while compiling process. I checked all similar questions related to this situation before asking however they did not solve my problem. According to general…
Mustafa Güven
  • 15,526
  • 11
  • 63
  • 83
0
votes
2 answers

stackmob error on callback

I am using stackmob for few days and it is still new and there is no much information on the web. I have encountered this issue: I won't to get list of all the store name I have in my stackmobe "db" the scheme called store and here is the code I am…
vlio20
  • 8,955
  • 18
  • 95
  • 180
0
votes
1 answer

can't Find location within milesof using stackmob as backend

I am trying to find the locations, but I am getting a empty array returned. It succeeded, but got nothing back. In the object brower, i can say there are values in the "location". I have saved several locations using my current location. Will this…
yong ho
  • 3,892
  • 9
  • 40
  • 81
0
votes
1 answer

How to get the sm_owner User object using StackMob as backend

I find out the User has a sm_owner field. But how do I get the user using sm_owner. My code is like this: [self.client getLoggedInUserOnSuccess:^(NSDictionary *result) { NSString *currentLogginedUser = [result valueForKey:@"sm_owner"]; …
yong ho
  • 3,892
  • 9
  • 40
  • 81
0
votes
1 answer

How to populate a listView with a StackMob query list

i've been trying to figure this out all day. I have a Query list from stackMob that is supposed to give me the latest 10 obj I created in a list I think. I don't really understand how this stuff works. I made a layout with a listview and I want to…
Jason Cheladyn
  • 565
  • 1
  • 12
  • 24
0
votes
1 answer

StackMob Android

Can I make database tables (like tables for sqlite in local db) on StackMob via android App? How can I insert and get data to and from tables on StackMob account via android App? And Kindly also tell me what's the maximum data we can store on…
Khalid Usman
  • 1,272
  • 1
  • 13
  • 32
0
votes
2 answers

Setup a custom domain on StackMob

StackMob allows you to setup a custom domain. All you have to do is add a CNAME record for a wildcard '*' pointing to stackmobapp.com I set it up on my domain registrar 24 hours ago, but it still doesn't resolve. It is going to my web hosting…
chovy
  • 72,281
  • 52
  • 227
  • 295
0
votes
1 answer

How to get STACKMOB_PUBLIC_KEY in StackMob

I am using stackmob in Titanium.... I wanna give STACKMOB_PUBLIC_KEY, STACKMOB_PRIVATE_KEY, STACKMOB_APP_NAME, STACKMOB_USER_OBJECT_NAME in the code for authentication.... Can some one help me how to get these??? Thanks...
user1562991
  • 123
  • 2
  • 2
  • 12
0
votes
1 answer

Data exchange exchange between Google Apps & another site

G'day folks In short I'm wanting to know whether it is possible for Google Apps to exchange data with another site using the other site's REST APIs? In my specific case I have a mobile backend running on StackMob & am exploring Google Apps as a…
Pedro
  • 878
  • 1
  • 12
  • 29