parse-platform Questions

1

Solved

I just cannot get anything to work the way I want with CryptoJS. I am trying to create inter-language operability for AES with Pksc7 padding ideally & CBC mode. BUT at this point I'll take almo...
Millipede asked 23/1, 2022 at 5:44

6

Solved

I succeed to install and use Parse framework with my new project, but I can't with a "template project". The template is just a Slide Menu from Appcoda You can download the project here. I have ...
Frolic asked 8/7, 2015 at 14:15

4

Solved

I am using the mac version of android studio 1.2 Beta 2, built on April 7, 2015. Gradle version 2.2.1 and Gradle plug-in version 1.1.0. After I create a new project, The following code exist by de...

6

Solved

I need to format a date as yyyy-MM-dd'T'HH:mm:ss.SSS'Z' as specified by Parse's REST API for Facebook. I was wondering what the most lightweight solution to this would be.
Mcphee asked 17/10, 2012 at 23:33

3

Solved

Issues were encountered After creating both a Development SSL Certificate, as well as a Production SSL Certificate. In case you're struggling with the procedure, I found this link to be quite helpf...

5

Solved

I'm trying to compare a new object with the original using CloudCode beforeSave function. I need to compare a field sent in the update with the existing value. The problem is that I can't fetch the...

2

Solved

I am Making application is which i am getting data fromParse and transfering that data to Notification to generate and show it to user. But for Some Reason I am unable to show correct Coloured Ico...
Bolide asked 25/11, 2015 at 10:24

11

Solved

I have been using Parse to retrieve a data for a list view. Unfortunately they limit requests to 100 by default to a 1000 max. I have well over that 1000 max in my class. I found a link on the web ...
Rafaelita asked 22/6, 2013 at 3:12

8

Getting a csc.exe error with the .NET samples from the site. Running in a Windows 10 x64 environment; projects came in as Win 8 and were required to be retargeted to 8.1. Now the projects don't bui...
Tablecloth asked 2/12, 2015 at 3:24

6

Parse had a nice development command utility where you could read and stream logs. Heroku has that, but it shows only Heroku logs, not Parse logs. Is there some way to see a console.log or consol...
Eyrie asked 3/3, 2016 at 15:44

13

Solved

In Swift5, we have RelativeDateTimeFormatter Prior to Swift5: I'm trying to convert time to time ago, what i wanna do is: from 1 to 15 seconds it will say " Just now " from 60 minutes to 119 ...
Keijo asked 24/12, 2015 at 20:3

4

i currently added parse backend to my ios project and defined it to work with its local data storage. it all seems to work fine except of sometimes i receive "This object is not available in the of...
Pompei asked 7/6, 2015 at 16:22

2

Solved

When I try to run count function I get Error: Parse Objects not allowed here E2015-11-09T12:36:10.778Z]v184 Ran cloud function count with: Input: {} Result: Error: Parse Objects not allowed...
Ramonaramonda asked 9/11, 2015 at 13:30

5

Solved

I am using Parse & ParseUI. I want my PFLoginViewController subclass to have a transparent background. In the future, I want to lay a blurred view over the background. But.... Once the animate...
Ragin asked 27/12, 2014 at 17:30

1

I have 2 apps on Parse. The first one is for production and the other one is for testing. In my back-office, I need to see the data from these 2 apps, but Parse.initialize() is a singleton, so I tr...
Fetal asked 2/6, 2015 at 15:35

3

I have spent an entire day trying to get some kind of scheduler working with my Parse Server (running on AWS Beanstalk Node.js) I was able to get some code inside the js file but it did not seem li...
Radnorshire asked 22/11, 2016 at 22:28

8

I did a simple sign up user interface just to check parse but for some reason every time i try to register a user it gives me this error this is the code: final ProgressDialog dlg = new ProgressD...
Rinker asked 1/4, 2015 at 8:53

2

Solved

My app crashes on devices with 0.5GB memory. However, profiling memory usage in Xcode - it rarely goes above 140MB. I've used instruments to check leaks and there are none that are significant. H...
Etherize asked 26/10, 2015 at 15:27

2

Solved

I'm trying to make a signUp activity with a profile picture, but i get an error stating: Unable to encode an unsaved parse file. I have the same code in another Class and it doesn't have any proble...
Logger asked 21/1, 2015 at 4:58

2

Trying to load a class from Parse , however the app crashes as soon I launch it! Here is the code: ListView listview; List<ParseObject> ob; ProgressDialog mProgressDialog; ArrayAdapter<S...
Torrietorrin asked 22/10, 2015 at 15:20

5

Solved

I have a React Native app that works fine with the Chrome debugger open. Once I disable it though, I keep getting the following error whenever I try to make any Parse calls: The call stack leads...
Pulliam asked 12/9, 2015 at 22:30

3

Solved

I am getting the following errors: The method getApplicationContext() is undefined The method findViewById(int) is undefined for the type Fragment1 These errors seem to be eliminated when my clas...

6

Solved

I am trying to use an Objective-C framework with the Swift programming language for iOS 8 development. This is a specific case of an import but the general problem is: How do you import an Object...
Attainder asked 17/6, 2014 at 19:50

7

I am copying the parse frameworks to my Xcode project and checking the checkbox that says Copy files if needed. Projects runs without a problem. But when if I move the Parse SDK folder to the tra...
Fritzfritze asked 5/6, 2015 at 9:36

2

Solved

Context: Implementing Cloud Push Notifications on Android via Parse Server as Backend and Firebase Cloud Messaging Service Goal: Sending a push notification from Parse to the subject Android App...

© 2022 - 2024 — McMap. All rights reserved.