pfuser Questions

0

I've been hearing reports from some people using my app that they're being randomly logged out of their PFUser account ([PFUser currentUser] == nil). Up until a few weeks ago, I've always found tha...
Timer asked 7/5, 2018 at 0:22

1

Solved

I have a subclass of PFUser - MYUser class with implementation of Equatable function for comparing objectIds this way: func ==(left: MYUser, right: MYUser) -> Bool { return left.objectId...
Tshombe asked 3/1, 2016 at 18:33

2

I am building an app with Parse in swift. PFUser.currentuser() always returns nil after the app is stopped and run again. I am using the iOS simulator and the local datastore is enabled. I am using...
Downhaul asked 29/6, 2015 at 17:26

1

Solved

I just migrated my Swift 1.2 code to Swift 2.0. This code previously works fine. but now there is an error saying Redundance Conformance of User to Protocol PFSubclassing (Swift 2.0) What mi...
Thirzia asked 8/9, 2015 at 11:52

1

Getting a deadlock occasionally when several threads trying to access [PFUser currentUser] when using parse iOS sdk v1.2.20 It looks like whenever I make a PFQuery call or PFCloud function call, t...
Overlie asked 21/8, 2014 at 6:31

3

Solved

Since updating Facebook to v4.0.x and the latest Parse libraries, my app is hanging, seemingly when trying to log in the user. My stack trace looks like this: I had a very similar problem pre...
Insectivorous asked 17/4, 2015 at 9:41

2

Solved

Since the latest Parse release (v1.6.3) my app gets stuck at launch, and the last breakpoint it hits is [PFFacebookUtils initializeFacebook]; If I hit pause and look at the debugger, the stack trac...
Weight asked 24/2, 2015 at 16:28

0

The issue of PFUser deadlocking from thread contention via parse background calls has been raised numerous times by the Parse community, but Parse has chosen not to deal with this giant bug in the ...
Headstand asked 22/8, 2014 at 9:3
1

© 2022 - 2024 — McMap. All rights reserved.