I have written this Parse.enableLocalDataStore()
in my AppDelegate
file after the Parse.setApplicationID()
& I got error that:
Parse.Type does not have a member named 'enableLocalDataStore'
Can anyone tell me that how to create local datastore in swift for parse.
Make sure you have Parse SDK 1.6.1. Then Parse.enableLocalDatastore() goes before Parse.setApplicationID()