Questions tagged [buddy.com]

Buddy provides a scalable cloud-based backend for app developers.

Buddy provides the building blocks needed by most applications, such as:

  1. User Management and Creation
  2. Photo and Video upload and storage
  3. User Messaging
  4. Location Database
  5. User Checkins
  6. Metadata tags on any object
  7. Push Notifications
  8. Game Scores
  9. And more!

To get started with Buddy, check out one of the getting started topics below.

http://buddyplatform.com/docs

18 questions
4
votes
1 answer

Error using Parse - "_OBJC_CLASS_$_ParseClientConfiguration", referenced from:

I am getting two errors after adding Parse in my Project: Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_ParseClientConfiguration", referenced from: objc-class-ref in AppDelegate.o ld: symbol(s) not found for architecture…
2
votes
1 answer

GCM client does not receives push notification

I want my Android app to receive GCM push messages from my buddyplatform backend. I have implemented the GCM client like its shown in the android docs but I don't get any push messages on my two test devices(Android 4.2.2 original and CM mod 10.1…
Peter
  • 1,679
  • 2
  • 31
  • 60
1
vote
1 answer

When using Parse on Buddy, where can I find Client Key?

I am new to Parse on Buddy. On my client iOS app, it requests a client key in my appDelegate under applicationDidFinishLaunching: Parse.setApplicationId("7a8sd9f078a9s07f0a8", clientKey: "your_client_key") However, there is no such key that I can…
David Mann
  • 11
  • 2
1
vote
2 answers

rest api is not giving desired results

I am not getting the results that documentation says. I login the Buddy; created application; copy this URL and assign to url string; when I execute the program I am not getting results that are expected (status + Accesstoken) as documentation says.…
user3102858
  • 128
  • 10
0
votes
1 answer

Error codes for UserAccount_Profile_Create on Buddy

Using www.buddy.com (The Buddy Platform) for an ASP.NET MVC app. The docs for UserAccount_Profile_Create are not clear on what passed information can be duplicate across users. The error code UserNameAlreadyInUse is obvious, and the docs say all…
tig
  • 3,424
  • 3
  • 32
  • 65
0
votes
1 answer

Nuxt SSR application can not find some files generated by pipeline

I have a Nuxt SSR app which want to deploy on server. My CI (Buddy) runs pipeline to do it by running bash commands. All of them runs without any error but at the end application can not find files in .nuxt directory. It throws an error 404 not…
Čamo
  • 3,863
  • 13
  • 62
  • 114
0
votes
0 answers

intellij idea buddy plugins spring data jpa + rest repositories

entity Class Project @ManyToOne(optional = false) @JoinColumn(name = "manager_id", nullable = false) private AppUser manager; i have a problem when i create AppUserRepositories post json : { "name":"deoakw12", "manager":{ "id":"1" …
dean gao
  • 1
  • 1
0
votes
0 answers

Trouble ussing Buddy to test a project using Django REST FRAMEWORK POSTGRE AS DB

Hello I'm currently trying to implement Buddy with my little StartUp that is using DJANGO REST FRAMEWORK as a base. I found a very good example on the site. Unfortunately in the exmaple the used a MySql DB and I'm using Postgre as DB. My settings.py…
0
votes
1 answer

Why is my Parse Sign Up Code Not Getting Ran?

In my main view controller, when a button is pressed I run the following code: if (![PFUser currentUser]) { // No user logged in // Create the log in view controller CustomSignUp *logInViewController = [[CustomSignUp alloc] init]; …
user717452
  • 33
  • 14
  • 73
  • 149
0
votes
1 answer

Can't Upload File On Buddy.com's Parse

I started using Parse-on-Buddy on the Buddy.com website recently. In the last couple of days, I am having issues trying to upload any kind of file to any of my classes using the web-browser. If I post a new object from the app I have built for it,…
user717452
  • 33
  • 14
  • 73
  • 149
0
votes
1 answer

Parse On Buddy Use topic instead of bundleid

I have migrated everything over from the old Parse.com to Parse on Buddy. However, I constantly get the following error in my logs, especially when trying to send push notifications: 2017-09-27T22:58:02.306Z - 2 minutes ago - bundleId is…
user717452
  • 33
  • 14
  • 73
  • 149
0
votes
1 answer

Cant create new versions of cloud code in parse on buddy

I m using parse on buddy as developement environment. my problem is that current version cloud code is 41,but when I create new version,new version is not created.can you guys point me what is the problem.
MSGK
  • 1
  • 7
0
votes
1 answer

parse on buddy cli tool not working

i have installed parse-on-buddy tool on my local and tried "talk" with parse.buddy.com .but http error 500 is shown. my commaand is simple parse-on-buddy -l which lists the available versions please refer image.
MSGK
  • 1
  • 7
0
votes
2 answers

Parse On Buddy Logout User

I am migrating an application from parse.com to buddy.com. One of the caveats of the migration was that Parse.User.current() is no longer available on buddy.com, instead you have to get the user and session token from the request itself:…
Hunter McMillen
  • 59,865
  • 24
  • 119
  • 170
0
votes
1 answer

How to migrate from parse.com to buddy?

I need to migrate from parse.com to parseOnBuddy (https://buddy.com/parse/). My application connected to new server. I can delete/insert/update data on new server. But push messages are not coming to my device. I've done server setting (FCM api key…
Marriage
  • 501
  • 3
  • 15
1
2