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
1
vote
1 answer

SIGABRT Error When I Sending Data to Kinvey

Why does my data is not send to the Kinvey backend? My app keeps crashing and I get the SIGABRT error. I have tried changing the String to NSString but that didn't help. For some reason, my dashboard in Kinvey does show API Calls and Data storage…
Kevin
  • 39
  • 6
1
vote
1 answer

Saving custom attributes to Kinvey User

I am trying to save a "Post Count" along with each user so I can keep track of the total amount of times they have posted. First, when I create a new column in the dashboard, it deletes the column once it refreshes. Also, I am curious on how to save…
user5916444
1
vote
1 answer

General Theory for iOS cloud-backend event listening

The iOS app I'm developing is using a cloud backend (Kinvey to be specific), and I don't know how to approach the problem of listening for certain changes in the backend that should signal updates to the UI. It's a multiplayer game I'm making, so…
user3915477
  • 275
  • 4
  • 11
1
vote
2 answers

Android Kinvey java.lang.NoClassDefFoundError

I have an android application that used kinvey and it worked just fine with me suddenly i got java.lang.OutOfMemoryError: GC overhead limit exceeded so i put dexOptions { incremental true javaMaxHeapSize "4g" } in my gradle…
Soha Gharib
  • 212
  • 3
  • 18
1
vote
1 answer

Using kinvey web with WebStorm IDE

Hello everyone I would just like to announce that I have little experience building web projects and that this is my first time using a service like kinvey on a web app. I have been trying to follow the quick start guide for kinvey and seem to have…
Joshua Unrau
  • 313
  • 1
  • 2
  • 13
1
vote
2 answers

Downloading Files from Kinvey in iOS

I have read documents over kinvey here: http://devcenter.kinvey.com/ios/guides/files#DownloadingtoCachesDirectory They have provided sample function as well: [KCSFileStore downloadData:@"myId" completionBlock:^(NSArray *downloadedResources, NSError…
iAhmed
  • 6,556
  • 2
  • 25
  • 31
1
vote
2 answers

Notification using kinvey

I am a beginner so I am really sorry if it is a simple question. I want to have notification in my Android application using Kinvey and GCM that works as follows when user A changes some thing in my database a group of users should be notified i…
Soha Gharib
  • 212
  • 3
  • 18
1
vote
1 answer

Kinvey ios 3.0 Beta

1) I am trying the new beta version and I tried to setup a DataStore for querying over User objects. However the User does not support Persistable protocol. I probably can implement the protocol for the User class nevertheless I am not sure whether…
Jaromir
  • 31
  • 3
1
vote
1 answer

Parse to Kinvey Query

I have just migrated from parse to kinvey as a result of the shutdown and i was wondering if anybody could help me figure out how this query would look like with the kinvey SDK. Here it is: let innerP1 = NSPredicate(format: "sender = %@ AND other =…
1
vote
1 answer

Kinvey AngularJS Image Upload Content-Type Header

I'm using the AngularJS library of Kinvey. Right now, I can successfully upload an image to Kinvey's Files. I see that my image file is successfully uploaded. The problem is I'm getting an error from the promise of the upload function. Image…
Jestoni
  • 43
  • 4
1
vote
1 answer

kinvey rest api upload

I'm trying to upload on Kinvey using REST API method. I can successfully get the google storage URL link provided after sending a 'POST' request to https://baas.kinvey.com/blob/:myAppId The problem is when I'm sending a 'PUT' request to the google…
Jestoni
  • 43
  • 4
1
vote
1 answer

Angular returns $$state object - Angular and Kinvey

I have the following function: $scope.save = function() { var promise = Kinvey.DataStore.get('books','5631713ddc168ca90f0202b6'); console.log(promise); Here's the console.log: d {$$state: Object} $$state: Object pending:…
S_A
  • 411
  • 1
  • 7
  • 25
1
vote
1 answer

Kinvey Xamarin iOS

I'm using Kinvey db for Xamarin android and iOS. It is working fine for Android. In iOS simulator it is working fine, but in device it is not working. It gives me error Unable to find a constructor to use for type KinveyXamarin.KinveyAuthResponse.…
Harshadcse
  • 225
  • 1
  • 9
1
vote
2 answers

How to send push message from Kinvey and Delphi for a specific user

Does anyone know how to send a push message to a particular user through Kinvey service? Today I can send Push for everyone who uses my application, but I need to send to a single user. thanks
1
vote
0 answers

Kinvey Datasource and datalink mapping

If any one worked on Kinvey (Mbaas) Please help in setting up datalink project using nodeJS I am new to nodeJS, I created an nodejs project based on kinvey sample. Below is nodejs code sample var configTools = require("./config"); var util =…
user3231742
  • 77
  • 1
  • 2
  • 10
1 2
3
13 14