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

Improvements for Android platforms #68

Closed
6 tasks
JR-Morgan opened this issue Jun 24, 2022 · 1 comment
Closed
6 tasks

Improvements for Android platforms #68

JR-Morgan opened this issue Jun 24, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request runtime Related to runtime functionality

Comments

@JR-Morgan
Copy link
Member

JR-Morgan commented Jun 24, 2022

Discussion started over on this thread .

Currently, The Unity connector builds fine for all platforms (except IL2CPP dependent ones)
However, There are some significant limitations for non-desktop platforms.

  • SQLite cache does not work out of the box, and it being the default local transport, causes problems.
  • No mechanism to load accounts.

It is, however, possible to manually receive through a hardcoded auth token, and manually specifying an alternative local transport (E.g. memory transport).

See https://github.com/specklesystems/speckle-unity/blob/main/Assets/Extra/ManualReceive.cs

Additionally, there are a number of ways we can improve the DX for Android/IOS builds.

  • Add Android/IOS to our release testing cycle.
  • Scope web based auth improvements.
  • Scope transport improvements.
  • Scope full SQLite support.

See discussion

@JR-Morgan JR-Morgan self-assigned this Jun 24, 2022
@JR-Morgan JR-Morgan added enhancement New feature or request runtime Related to runtime functionality labels Oct 21, 2022
@JR-Morgan JR-Morgan changed the title Support for Android/IOS platforms Better Support for Android/IOS platforms Oct 27, 2022
@JR-Morgan JR-Morgan changed the title Better Support for Android/IOS platforms Official support for Android/IOS platforms Oct 27, 2022
@JR-Morgan JR-Morgan changed the title Official support for Android/IOS platforms Improvements for Android/IOS platforms Sep 12, 2023
@JR-Morgan JR-Morgan changed the title Improvements for Android/IOS platforms Improvements for Android platforms Sep 12, 2023
@bimgeek
Copy link

bimgeek commented Dec 15, 2023

Closing this ticket as we are moving to Jira to reduce noise. You can access it there.

@bimgeek bimgeek closed this as not planned Won't fix, can't repro, duplicate, stale Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request runtime Related to runtime functionality
Projects
None yet
Development

No branches or pull requests

2 participants