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

Kinvey NoClassDefFoundError

java lang NoClassDefFoundError com kinvey android Client Builder kinvey getting below error message - 02-13 14:30:31.554: E/AndroidRuntime(787): java.lang.NoClassDefFoundError: com.kinvey.android.Client$Builder my code throwing error is - final…
Rakesh
  • 2,732
  • 29
  • 28
0
votes
1 answer

Make call to kinvey from angular test?

I need to create a user in kinvey and assert that the user has been added, all within an angular test. I am using the karma test runner. All my of tests are timing out, and none of the code inside the kinvey promise blocks is being executed. How…
user3080098
  • 355
  • 1
  • 5
  • 13
0
votes
1 answer

How to init kinvey inside rails app using angularjs

Hey guys I am trying to use rails as a server for my angularjs/kinvey rest application, I am however not very familiar with kinvey or angularjs. I keep receiving the error: Error: Unknown provider: kinveyProvider <- kinvey whenever I try to init…
ljrh
  • 439
  • 7
  • 20
0
votes
1 answer

Problems injecting kinvey into angular application

I am having some trouble injecting kinvey into my angular application. I have been getting the following error with the code below: Uncaught Error: [$injector:unpr] var app = angular.module('FantasySeasons', ['snap', 'ngRoute', 'ngResource',…
Horace Heaven
  • 712
  • 5
  • 13
  • 24
0
votes
1 answer

How to set up Kinvey for maintaining databases offline in Android

I've created an app containing multiple databases and I need to use Kinvey for maintaining this data. Currently, I'm storing all the data locally using sqlite. I can write code to sync myself, but it would be much better just to let Kinvey do it. …
MAThrasher
  • 97
  • 1
  • 1
  • 9
0
votes
1 answer

How to retrieve data for a specific user in Kinvey on Android

I know this may be a simple question, but I've searched everywhere for an answer. I created two different users in Kinvey, and I want to extract the data for a specific user (only one of the two). If I use the mygears.get(new KinveyListCallback()…
MAThrasher
  • 97
  • 1
  • 1
  • 9
0
votes
1 answer

Kinvey iOS query all users

From Kinvey documentation this is the method to use for querying users: To query the user collection we recommend instead using +[KCSUserDiscovery lookupUsersForFieldsAndValues:completionBlock:progressBlock:]. This method allows you to supply a…
Borbea
  • 412
  • 6
  • 12
0
votes
2 answers

In Kinvey after login icon are found in different colors & image (top right corner side on web page like red, green)

In Kinvey.com created a user with email id & password. After login with the above credential in top right corner the icons are found in different colors & image. Can you please answer me the meaning of these different colour as well as images? Due…
0
votes
2 answers

Kinvey Android SDK - File Uploading - SocketTimeoutException: Read timed out

I'm trying to upload a file from my android device to the Kinvey File Storage, but I get: java.net.SocketTimeoutException: Read timed out. I do see the file uploaded on the Kinvey Console, but it's corrupted and the file size when I try to download…
janakagamini
  • 237
  • 3
  • 11
0
votes
1 answer

kinvey endpoint request jsonparse issue

for anyone that is working with kinvey console - I am trying to make simple post request via the API console to a custom endpoint but getting jsonParse error. The enpoint code is - function onRequest(request, response, modules){ …
uzb
  • 229
  • 1
  • 5
0
votes
1 answer

Business Logic - Custom Endpoint: How can I get the username of the user making the request?

I'm using Kinvey; specifically, a Business Logic Custom Endpoint. In a business logic custom endpoint, it looks like the "request.username" property is ALWAYS the appkey, rather than the user actually sending the request. How can I get the actual…
htxryan
  • 2,871
  • 2
  • 21
  • 21
0
votes
1 answer

Merging multiple user identities in Kinvey

I've got a question regarding Kinvey's ability to support multiple user identities. I was studying their SignIn app example for Android and here's what I did: Registered a user using email/password combo. Reinstalled the app to reset the…
balkep
  • 3
  • 1
0
votes
1 answer

Kinvey Github API

I am making an app that uses Kinvey as a backend. I want to access the Github api. I need the user to authenticate with OAuth. Can I do that with Business Logic? As far as I can tell, every request needs to be authenticated as a user, when Github…
giodamelio
  • 5,465
  • 14
  • 44
  • 72
0
votes
1 answer

Post data on Kinvey DataStore with Business Logic

I just started to work with Kinvey and I'm having some issues to POST data via REST api. If I go in the datastore I'm able to save it, but it doesn't work when sending via POST. To post data, I'm using the URL "/appdata/APP_KEY/DATASTORE/" and…
0
votes
2 answers

XCode won't compile with Kinvey : file is universal (3 slices) but does not contain a(n) i386 slice

I am new to Xcode, New to Kinvey.. Fun start.. I followed Kinvey's installation guide for iOS and everything goes pretty well until I try to compile.The Presence of the Kinvey Framework in my project blocks it from compiling with the following…
Antony P.
  • 147
  • 1
  • 9