Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 10 UWP Compatibility #550

Closed
vineet-altbalaji opened this issue Feb 10, 2017 · 6 comments
Closed

Windows 10 UWP Compatibility #550

vineet-altbalaji opened this issue Feb 10, 2017 · 6 comments
Assignees
Labels
feature-request A feature should be added or improved.

Comments

@vineet-altbalaji
Copy link

I am trying to use the Mobile Analytics SDK on Windows 10 (AWSSDK.MobileAnaytics). The problem is SQLite. There seem to be some compatibility issues with the packages that the library is compiled with. Has anyone found a workaround on this?

@markval
Copy link

markval commented Feb 10, 2017

Same here in Unity while building for Windows Univeral 10.

Error: type System.Runtime.Serialization.SerializationInfo doesn't exist in target framework

Among others, SerializationInfo does not exist in WP8 or WinRT.
There's a need to create a dll for the Editor and another one for UWP probably using .NET core..

Affected:
AWSSDK.Core.dll
AWSSDK.S3.dll
AWSSDK.CognitoIdentity.dll

@sstevenkang sstevenkang self-assigned this Feb 17, 2017
@sstevenkang
Copy link
Contributor

sstevenkang commented Feb 17, 2017

Hi guys, I think we found the problem and will have a fix shortly.

If this is blocking your work, you can manually add this nuget package as a dependency to your project: "SQLitePCLRaw.bundle_green"

@gokarnm
Copy link
Contributor

gokarnm commented Feb 28, 2017

We have a fix for this in AWSSDK.MobileAnalytics package version 3.3.1.7 . Let us know if this works for you.

@vineet-altbalaji
Copy link
Author

Thank you for the quick turnaround. We did test this out, and ran into another issue, #568. We have tried to fix it internally, and will reply on this thread when we find a solution.

@vineet-altbalaji
Copy link
Author

The issue was fixed internally by importing the source from this git repo and making changes to it. The details of the fix are mentioned in our response to issue #568. Can these changes be tested on your end and a new release planned on Nuget please?

@sstevenkang
Copy link
Contributor

I am going to close this and use the other issue you opened to track the separate issue.

@klaytaybai klaytaybai added the feature-request A feature should be added or improved. label Jan 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

5 participants