-1

I'm having the same issue as described here: Can't enable Parse Local Datastore

However, I do not understand what he is talking about when he talks about Cache Policy.

Can someone please help me fix this error?

Thanks!

Community
  • 1
  • 1
Schuey999
  • 4,706
  • 7
  • 21
  • 36
  • if you'r having some trouble, uploade somecode where the error is, if it's allergy allready when the apps opens paste the error here – KennyVB Dec 17 '14 at 17:16

1 Answers1

0

do you have the line that goes somewhat

query.cachepolicy = something something

if you do delete it

also in app delegate put the "enable localstore" AFTER Parse.clientkey....

KennyVB
  • 745
  • 2
  • 9
  • 28