BranchMetrics / sdk-release

TUNE iOS, Android, and Windows native SDKs
https://developers.tune.com/sdk/quick-starts/
GNU General Public License v3.0
56 stars 46 forks source link

WP8 dll can't be imported #3

Closed riccardo91 closed 9 years ago

riccardo91 commented 9 years ago

Hello Team, You should set "All Platforms" in Project settings ->Build->Platform

john-gu commented 9 years ago

Hi @riccardo91, what's the import error you're seeing?

We are currently building for Any CPU, is that different from All Platforms? When I select All Platforms the output still says it's building for Any CPU.

riccardo91 commented 9 years ago

Hello @john-gu, if you reference the dll to a new project an error will be raised. Instead if you reference the Project everythings works well

john-gu commented 9 years ago

I was not able to repro this unless you are referring to this: http://stackoverflow.com/questions/13698094/referencing-zxing-net-library/13698737#13698737

We have added the "Unblock" step to our Windows Quick Start guide.

Thanks!