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
0
votes
1 answer
Stackmob is giving 401 error while registering device
I am registering the device to stackmob with username and device token . I am getting valid tokens from c2dn and then storing it into db for that user and then while registering to stackmob i am using these parameters. On dev environment its working…

user1480110
- 1
- 1
-1
votes
1 answer
Saving NSManagedObjectContext on Stackmob -- uploads to server, but crashes app
I have been running into an issue in using StackMob as the backend of my iOS application (though I'm not sure if this is an issue in wrongly using StackMob's methods or an iOS issue).
I am allowing a user to create a post object that is just a…

brocklee
- 75
- 1
- 1
- 6
-2
votes
1 answer
Drop Down Menu is only Working for top most row
I am fetching data from server and printing in to a table. I have taken a drop down menu with two options (approve and disapprove). I want calling a function to update the value only for that row where it got selected. My code is: