parse.com - Parse and Xamarin -


i using xamarin , wondering if there way run parse in shared project, don't have duplicate code in ios project , android project in solution?

am missing something, or have duplicate parse code?

what did create shared project type host parse specific code. in xamarin.android app, reference parse.android.dll. in xamarin.ios code, referenced parse.ios.dll. remember, "shared project" type not create dll. underneath hood it's file linking actual project, use references of project. shared project should not contain ios or android specific code.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -