parse-platform Questions

10

I am using FullCalendar for a new site I working on. I have two divs with calendars attached. The first loads as expected...no issues. The second is the problem. It loads the header with buttons an...
Allness asked 19/2, 2015 at 5:19

2

Solved

Cloudinary only has an example for how to load images from android to the cloud. However I need to upload videos. When I use the call from the sample code I get an Invalid image file error. Here is...
Dilatometer asked 30/9, 2015 at 23:30

6

Solved

With following code I get (2) in the badge icon immediately after app compiling: func application(application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: NSData) ...
Homogamy asked 24/4, 2015 at 9:3

1

I have an AsyncTask that performs a series of queries to Parse and then pins the results to the local datastore. The problem is that after several of the queries are performed, eventually all sub...
Lothair asked 29/7, 2014 at 22:51

5

Solved

I'm still struggling with promises, but making some progress thanks to the community here. I have a simple JS function which queries a Parse database. It's supposed to return the array of results,...
Arriviste asked 3/1, 2015 at 21:12

3

Solved

I am trying to create a new object in my Parse.com database through Parse's REST API, using an HttpsUrlConnection. Their REST API only accepts JSON. I have gotten everything to work, where the data...
Anachronistic asked 8/8, 2014 at 10:50

7

I have a variable videoURL of type NSURL. If I call println(videoURL) it would return something like this: http://files.parsetfss.com/d540f71f-video.mp4 I have a button set up that should take th...
Thill asked 7/4, 2015 at 2:31

6

Solved

I have this problem - just for testing purposes I added ParseFile to one of ParseObject from received list. Instead of showing it only in that row it shows every 4-5 rows, sometimes more, sometimes...
Impatient asked 21/9, 2015 at 23:49

15

Solved

I have a tableview, where sometimes there might not be any results to list, so I would like to put something up that says "no results" if there are no results (either a label or one table view cell...
Cuticle asked 16/2, 2015 at 0:29

3

Solved

This is the async function i have created, here am getting error while claaing this function on buttion click. public async Task<bool> Login(string UserName, string Password) { try { Par...
Indignant asked 31/12, 2015 at 10:6

3

Solved

For learning purposes I am trying to create a custom Route, which is protected, using React-Router v6. As many people have tried before me in Forums or here, I get this error: Error: [ProtectedRout...

11

Hi: I have submitted my app to the App Store. I have Facebook login feature in my app. When I try to login to Facebook from devices I have I am able to do it seamlessly. However Apple has rejected ...
Latticed asked 25/7, 2014 at 16:11

14

Solved

I was trying to upload an image file to Parse after taking photo directly on phone. But it throws an exception: Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '...
Zoogeography asked 19/4, 2015 at 6:36

6

Solved

My site lets users login via the Fb button, I'm using the FB / Parse.com JDK for this https://parse.com/docs/js/guide#users-facebook-users Once the user has been identified, the below code logs th...
Villatoro asked 4/7, 2015 at 17:11

3

Solved

I searched, but I didn't find a familiar answer, so... I am about to program a class to handle parse methods like updating, adding, fetching and deleting. func updateParse(className:String, where...
Athletics asked 19/8, 2015 at 11:3

9

Solved

Yesterday I recognized a ton of warnings regarding the parse.com library: URGENT: all bitcode will be dropped because '[path]/Parse.framework/Parse(PFAnalytics.o)' was built without bitcode. Yo...
Fourscore asked 27/6, 2015 at 12:12

2

I have spent several hours learning user management on Parse, thinking it would be easy considering it's been an established service for so long. There is poor documentation around 'automatic user'...
Connatural asked 4/5, 2015 at 9:44

2

I just created a new project and added a few pods as shown here: install! 'cocoapods', :deterministic_uuids => false # Uncomment this line to define a global platform for your project platform ...
Misconceive asked 10/10, 2020 at 14:19

5

Solved

In a Swift 1.2 app, I have some code that logs NSError objects. In very rare occasions, I get crash reports from Crashlytics indicating that accessing the localizedDescription property caused the...
Dev asked 22/7, 2015 at 20:31

7

LATEST UPDATE: script is running successfully via SSH shell as "php script.php", being an admin user. When run by the nginx user, the curl command fails to do the https request. So I guess it's an ...
Bate asked 2/5, 2014 at 18:37

1

I'm making an android app in Android Studio, integrating ParseCloud and when I try to retrieve some JSONObject from the cloud, I get this error message after step-debugging: 12-13 13:32:34.857 2563...
Kory asked 13/12, 2015 at 14:33

2

I've a class with over 110 million records on Parse and want to delete 99% of it based on one rule : "state"!=1 I have set some background jobs that do this record by record, but are too slow and ...
Gallo asked 4/1, 2016 at 14:36

6

Solved

I'm developing with parse.com and I get this problem upgrading to Xcode 7. Some Parse Frameworks are not fully working. I've got this Warning: URGENT: all bitcode will be dropped because '/Use...
Ellamaeellan asked 3/7, 2015 at 10:57

7

Solved

I am new to Android development. I am learning to use Parse.com backend service and get stuck early on. I am following tutorial to create application that uses Google Maps Android API v2. What I'...

3

Solved

I experimented with firebase functions for the init part and it has created a folder for me. Now when I deploy each time it also picks up the functions folder. When I remove the functions folder I ...

© 2022 - 2024 — McMap. All rights reserved.