Questions tagged [simperium]

Simperium is a data layer that moves data instantly and automatically, everywhere it's needed. Useful for mobile, web, and desktop apps, as well as backend services.

Simperium is a new kind of data layer. As an app reads and writes data, Simperium circulates that data everywhere it's needed. This makes code simpler, offering the following:

  • Data transparently moves across mobile, web, and desktop versions of an app
  • Users can read and write data even when they're offline
  • Multiple users can collaborate with the same data at the same time
  • It's possible to build unique backend services that read and write data
104 questions
11
votes
2 answers

Migrating a many-to-many relationship to a join table in Core Data

I've got an iPhone app that uses many-to-many relationships to link tags and notes together. I'm currently using Core Data's "Relationships" feature to accomplish this, but would like to migrate to using a join table instead. Here's my challenge:…
bryanjclark
  • 6,247
  • 2
  • 35
  • 68
10
votes
1 answer

Update HTML list from Android using Simperium

I'm new to using Simperium but I'm hoping it can accomplish what I need. Given that the site mainly has tutorials and samples for IOS, I thought it only best to seek help here. I want to be able to edit and update an event list on my website that…
Steve C.
  • 1,333
  • 3
  • 19
  • 50
5
votes
1 answer

How do I get a Simperium API Key for accessing my own SimpleNote data

I signed up for a Simperium account. And I created a new "App" in the Simperium Dashboard. This app's page has an API admin key and an app ID. But can I use those credentials when accessing my SimpleNote data through the API ? Does SimpleNote have…
HeyWatchThis
  • 21,241
  • 6
  • 33
  • 41
4
votes
1 answer

Is there anyone that can synchronize iOS coredata with external library

I tried many libraries and frameworks. But I couldn't find the one that is working 100%. Is there anyone can do that by using these external libraries and frameworks? I tried all of these libraries within few days, so I might missing something. And…
4
votes
1 answer

Simperium (JS) delete object from bucket

Is there a way within the Simperium JS client to delete an item from a bucket? The other APIs appear to be able to do so. I've tried using: bucket.update(id, null) bucket.update(id, undefined) But these don't seem to do anything. There is no…
Matthew Schinckel
  • 35,041
  • 6
  • 86
  • 121
3
votes
1 answer

how do permissions on apps/buckets work?

I've read over the docs and I'm trying to understand the relationship between applications (i.e. my app id), buckets, and users. It looks to me, without having dug deeply into the API yet, like once the application ID is obtained, anyone could…
Kato
  • 40,352
  • 6
  • 119
  • 149
2
votes
1 answer

Where are the insert points in Simperium for adding data encryption?

I simply love SimpleNote. However, I don't like my data being unencrypted on a server somewhere. I understand why that isn't the case by default (especially for SimpleNote), but I would like the option to encrypt my data if I want. I was thinking…
user4718652
2
votes
2 answers

Simperium iOS: Issues with data retention when switching accounts or signing in to existing account

In one of my Simperium powered apps, I'm currently trying to implement a clean experience for users when signing out from their sync account, signing in to a sync account with existing data, switching accounts etc. What I want to achieve is the…
Daniel Rinser
  • 8,855
  • 4
  • 41
  • 39
2
votes
1 answer

How can I publish a Simperium note?

How can I publish a note using the PublishURL propertie? {"tags": [], "deleted": false, "shareURL": "", "systemTags": [], "content": "updated note with new modification time", "publishURL": "", "modificationDate": 1341563318.0, "creationDate":…
2
votes
1 answer

Problems when creating new notes in Simplenote using Simperium

I'm creating an Open Source C# client for Simplenote using Simperium API. Almost everything is ready, but I am facing problems when creating a new note. How I can create a new note in Simplenote using Simperium API?
2
votes
1 answer

Simperium Shared Common Data Set

Im interested in using Simperium on iOS6 to share a common set of data across multiple users and at the same time each user to have their own unique data too. Is this possible? I was considering having 2 data sets one connecting to the unique user…
SM-UK
  • 31
  • 3
2
votes
1 answer

What are good SaaS message queue systems?

I'm considering using a message queue-like system as the backend for a web application that would provide for synchronization between a web server, mobile applications and browsers. Are there any existing turn-key SaaS solutions for this? This…
Chris W.
  • 37,583
  • 36
  • 99
  • 136
2
votes
1 answer

Cannot update simperium user from localhost:8000

I'm using Simperium JS in Safari, and have been able to authenicate, and fetch data from buckets with no problems at all. I am even able to create new users. However, when I try to use the /update/ calls when running locally on a…
Matthew Schinckel
  • 35,041
  • 6
  • 86
  • 121
2
votes
1 answer

Inherit from SPManagedObject

In Simperiums iOS/OSX tutorial you say, each modeled object should inherit from SPManagedObject. I didn't try it yet, but doesn't that lead to one big table in the SQLite database that contains a union of all fields of all modeled managed objects?
Christian Beer
  • 2,027
  • 15
  • 13
2
votes
1 answer

objectFromJSONString crash when launching app that uses Simperium

I'm getting a JSON crash when I try to launch an app that uses the Simperium framework: [__NSCFString objectFromJSONString]: unrecognized selector sent to instance 0x6c561a0 It happens immediately. Am I missing an external dependency? It looks like…
Ray V.
  • 23
  • 3
1
2 3 4 5 6 7