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
2 answers
Getting a 501 error
I am getting the following error when I am trying to run this code on the browser.
"Error response
Error code: 501
Message: Unsupported method ('POST').
Error code explanation: 501 - Server does not support this operation."
The following errors…

Ice
- 35
- 1
- 1
- 6
1
vote
1 answer
Fetching data from Stackmob using javascript
I am a beginner to javascript and stackmob.
How can I fetch data from stackmob for my webpage(dashboard) using javascript?
I was also trying to update data but i was unsuccessful.
Here is my code for updating the value of 'done' from 'false' to…

Ice
- 35
- 1
- 1
- 6
1
vote
1 answer
StackMob failing to send broadcast push notification because of "no C2DM ClientLogin token"
I am trying to implement push notifications via StackMob on an existing Android app. I have gone through their tutorial and dev center to try to find a solution to my problem, but I cannot. In my app's BaseActivity I have my sender ID (actual id…

WOUNDEDStevenJones
- 5,150
- 6
- 41
- 53
1
vote
0 answers
How to Implementing StackMob in existing Core Data Sqlite iOS app
Looking at BaaS providers to sync client data between devices. I like the StackMob implementation but I don't understand if and how to implement StackMob into an existing application using Core Data and Sqlite. Maintaining the existing DB is…

RobCroll
- 2,571
- 1
- 26
- 36
1
vote
1 answer
How do BAAS solutions both allow custom code and keep things secure?
Baas, backend-as-a-service, solutions like Parse.com and StackMob allow application developers to add and use custom code to run server-side business logic. I'm interested in learning how you could add functions to the app server without disruptions…

Landstander
- 476
- 4
- 12
1
vote
0 answers
Stackmob push notification logs?
I am sending push notification through stackmob . It first gives log as
"Pushed to [2384740BD0B06EAA8635B33CF58B6E2693E8EAC41B6E7F085DE4DA6955D47098]"
then after certain time it says
"No push tokens found while pushing to 1 tokens with payload…

Shachillies
- 1,616
- 14
- 12
1
vote
1 answer
StackMob Custom Code Update Schema on Get Request
I am trying to complete the StackMob hello_world tutorial for custom code found here:
https://www.stackmob.com/devcenter/docs/Getting-Started:-Custom-Code-SDK#a-register_your_method
but when I try to run the client-side iOS code it…

Evan Layman
- 3,691
- 9
- 31
- 48
1
vote
0 answers
StackMob REST Api application/Json response
I have recently transferred my app over to stack mob, however I'm having difficulty with using the REST Api within my AFHTTP framework. Stackmob returns it's own version of the application/json response. It is actually returned as…

Steve L
- 11
- 1
1
vote
1 answer
Compiling Stackmob iOS SDK for Mac OS X
I downloaded the StackMob iOS SDK. I can compile StackMob-v.1.4.0 from source to use in an iOS project (which was cool), but I'd really like to see if I can get it running on OS X. Looking through the github issue tracker, it looks like some fixes…

bastidiasRN
- 68
- 7
1
vote
1 answer
Does stackmob support full-text search on their backend?
Would like to build some stuff on top of StackMob, but couldnt find info. about is there any support to do full text search, search by text and order by distance and etc,.

user1318496
- 277
- 3
- 12
1
vote
0 answers
Updating passwords via this API is disabled for security reasons. Use the resetPassword API instead
Some of my users (actually only 2 of them) are getting an error which I described at subject when they want to login into stackmob. Why do we get this error?
public void createUser(final User stackmobUser) {
stackmobUser.save(new…

Mustafa Güven
- 15,526
- 11
- 63
- 83
1
vote
1 answer
Is there a way to get LIKE operator on data in stackmob
I have a Search UseCase on user list . How can i use Stackmob in such scenarios? i dont think i can use IN , Any Suggestions? How can i retrieve all Users having Similar Name LIKE JOHN or JOHNSON from a User Schema. Does StackMob provide LIKE kind…

kewlcherry
- 25
- 3
1
vote
1 answer
StackMob or Server (MySql) to handle user account
I am developing an application for Android/iOS that have a login and registration form.
Actually I am doing it using JSON to store an email and an encrypted password, and others user information in a MySql server. But I found a (Android Problem),…

Marckaraujo
- 7,422
- 11
- 59
- 97
1
vote
1 answer
Fetch Data Row wise From StackMob and show in Android Emulator
I am developing an app in android which has connectivity with stackmob. I want to fetch data from stackmob ,my fetch() method is working but it is not show any data in emulator.
Please someone tell me this.
Thanks!

Ankit
- 191
- 1
- 2
- 8
1
vote
2 answers
How to add a user object into events using stackmob
I am using stackmob for backend service. I create a new user using these codes:
User *newUser = [[User alloc] initIntoManagedObjectContext:self.managedObjectContext];
[newUser setValue:info.username forKey:[newUser primaryKeyField]];
[newUser…

yong ho
- 3,892
- 9
- 40
- 81