parse-community / Parse-SDK-dotNET

Parse SDK for .NET, Xamarin, Unity.
http://parseplatform.org
Apache License 2.0
323 stars 260 forks source link

Xamarin Mac Parse Issue... #296

Closed johng1492 closed 5 years ago

johng1492 commented 5 years ago

Is anyone using ParseClient on Xamarin/VS for Mac? I have tried and tried and tried to either use the Parse 1.7/Parse.Android 1.7 or Parse.NETStandard2 to be able to hit my Parse server and NOTHING has worked at all. I've searched online and followed countless suggestions with no success at all. I have run the libraries in the native project as well as in the FORMS project, and nothing. Suggestions anyone?

When I run Parse.NETStandard2, I get an NOENTRYPOINTFOUND: GetModuleFileName exception. Oddly, when I use the method, I see that a request gets sent to the Parse server, but doesn't save data, only sends a request.

When I run the 1.7 libraries, I don't get an exception but it will not save or query data from the backend at all. Oddly, when I use the method, I DO NOT see that a request gets sent to the Parse server and doesn't save data at all.

PLEASE HELP!!

flovilmart commented 5 years ago

Can you share a demo project?

johng1492 commented 5 years ago

The issue is upgrading Xamarin/VS Mac to .Net Framework 4.6.1. My select framework is 2.0 and I have a sample console app that I downloaded that references 4.6.1. I can't figure out how to upgrade my framework. Thoughts?

flovilmart commented 5 years ago

Can you please share a demo project? Or explain why you can’t share one.

johng1492 commented 5 years ago

flovilmart,

Thx for the response. Oddly, I began a project from scratch on Xamarin.Forms Mac and, using Parse.Android as a reference, I was able to save my data to the backend server. So weird. Anyway, thanks again.

flovilmart commented 5 years ago

So this issue can be closed?

TheFanatr commented 5 years ago

Closing for now. @johng1492, please ask for this to be reopened if needed.