Questions tagged [kinvey]

Kinvey is a Backend as a Service platform for mobile and web apps.

Kinvey is a commercial cloud platform to provide Backend for mobile, tablet and web apps. Some of it's features are:

  • Free services for small applications
  • Cross-platform with support for iOS, Android, HTML 5, and a few others
  • 3rd party integration
  • Data and large-file storage
  • Versioning

More info:

196 questions
0
votes
1 answer

Should I Use NoSQL Datastore of Kinvey, or Google Cloud Datastore?

I'm build an android application with Kinvey platform back-end,with BusinessLogic to be based on Google App Engine - using the recent integration between Google and Kinvey - My question is that would it be better - faster, cheaper & more effecient -…
0
votes
1 answer

iOS - Kinvey: Substituting 'resourceId' (deprecated)

I have an app which uses the method resourceId from kinvey's framework. It now says that it's deprecated, and I can't find another method to replace it with. Here's that part of the code: KCSResourceResponse* obj =…
Fabio
  • 3,015
  • 2
  • 29
  • 49
0
votes
1 answer

how to querying datetime with android on Kinvey

I want to query using date. on API Console , It really works well. /appdata/[keydata]/Updates/?query={"_kmd.lmt":{"$gte": "2013-03-07T09:09:24+0000"}} but I don't know how to on android. RefreshDate = "2013-02-20T10:04:05.511Z"; …
0
votes
2 answers

Kinvey API Console - JSONParseError

When I do a simple query on the Kinvey API Console I get { "error": "JSONParseError", "description": "Unable to parse the JSON in the request", "debug": "Unexpected end of input" } Query example:…
dehq
  • 449
  • 5
  • 12
0
votes
1 answer

Kinvey-Join data and fetch it

I use the Kinvey backend to store my webapp data. It can be found here: http://www.kinvey.com/ Now I have two collections, the first one contains a unique id and the second has a column which refers to the id-column of the first collection. Now I…
enne87
  • 2,221
  • 8
  • 32
  • 61
-1
votes
2 answers

Error importing kinvey in my nativescritp application for backend.service.ts

I am trying to build my android application and im receiving this error. It is saying that there is no exported member named kinvey in the node_modules folder. i just downloaded the app from nativescript and i am recieving this error with a folder i…
-1
votes
1 answer

how to upload file to kinvey using flex services?

Im new to Kinvey flex services but i need to use flex to upload files to Kinveys file storage. I cannot find any information about flex services and files. is any one can show me example of how to do it ? Thanks.
Timur
  • 1
-1
votes
2 answers

How can we test kinvey-flex-sdk's locally?

As per my understanding, the service-objects that we are registering are invoked by kinvey collections only. Is there any way to test that locally ? I have written below code. var sdk = require('kinvey-flex-sdk'); const PORT = 8080; sdk.service({…
-1
votes
1 answer

Kinvey (Android) - I need all users list

How can I retrieve the entire list of users from kinvey? I tried to use: User[] users = myClient.user().retrieveBlocking(new Query()).execute(); but my application crashed.
-1
votes
1 answer

Kinvey-Xamarin: How to recieve Data from a User instance?

I'm working on a Kinvey project right now, and I'm having some Problems with reading the Username or special Attributes from a User instance. I first tried it the same way getting _User.ID by calling _User.UserName, but this didnt return…
Zhyano
  • 399
  • 1
  • 3
  • 13
-1
votes
1 answer

Saving data to an existing entity with Kinvey

I am using Kinvey as a backend on my app and I need to know how to modify an object. Whenever I pull the object and modify the object it creates a new object in the server. I need it to modify the existing object. How can I do that?
Loanb222
  • 841
  • 1
  • 11
  • 29
-1
votes
1 answer

how to upload to kinvey only once

i made a program in delphi that upload picture to kinvey provider, first the program saves the image from TImage component in a specific Dir then upload it to kinvey, the issue is every time i open the program it uploads to kinvey, now how to make…
markkk
  • 31
  • 2
  • 7
-1
votes
1 answer

Receiving 10 times same Push?

I am sending a push from my custom endpoint logic, but I am receiving it 10 times on my phone? What could be the possible cause of receiving multiple times one push message ?
Yordan Yanakiev
  • 2,546
  • 3
  • 39
  • 88
-2
votes
1 answer

Getteing error when trying to log in or create account

i am creating an android application using nativescript, and when i create an account it works and shows up in my kinvey dashboard with my api key and secret key in the app. But when i try to log in with those exact same credentials i get this error…
Elisha Day
  • 43
  • 1
-2
votes
1 answer

iOS app trouble storing user's documents/photos anywhere other than the phone

I'm trying to find a way of letting a user store their photos/documents online for my app. They can upload these to the app after registering an email and they remain on the phone even when the user logs out and then in again. However if the user…
1 2 3
13
14