c# - Parse.com Xamarin giving "Input JSON Invalid" on initialize -
i have android application i'm building in xamarin parse api. earlier, code running fine seemingly no reason i've started having app crash whenever parse tries initialize json error. have these 2 lines of code: parseclient.initialize ("mykey", "mydotnetkey"); parsefacebookutils.initialize ("716545131791857"); top 1 throw following exception, , if it's commented out bottom 1 same thing. tried updating parse component , no help.
$exception {system.argumentexception: input json invalid. @ parse.internal.json.parse (system.string input) [0x00000] in :0 @ parse.parseclient.deserializejsonstring (system.string jsondata) [0x00000] in :0 @ parse.platformhooks+settingswrapper..ctor (system.string filename) [0x00000] in :0 @ parse.platformhooks.b__24 () [0x00000] in :0 @ system.lazy`1[parse.platformhooks+settingswrapper].initvalue () [0x00000] in :0 } system.argumentexception
Comments
Post a Comment