Skip to content

[DX-2731] feat: ability to target android or ios and run sdk in windows unity editor #176

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

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

nattb8
Copy link
Collaborator

@nattb8 nattb8 commented Mar 6, 2024

Summary

Previously, when setting the build target to Android or iOS on the Windows Unity Editor, the Unity SDK would not run due to the lack of support for web view. With this update, the SDK now leverages the Windows WebView instead, if the target is Android or iOS and the Unity Editor is on Windows.

Customer Impact

To save development time, customers can target Android or iOS and run the SDK on the Windows Unity Editor. However, it's important to keep in mind that native Android and iOS WebViews are not compatible with the editor, thus the Windows WebView is used instead. Therefore, we highly recommend testing the game on an actual device or emulator to ensure that it works properly.

Additionally, when using the SDK on the Windows Editor, the PKCE login flow is not available for Android or iOS build targets. However, the Device Code Auth flow is unaffected.

Other things to consider:

@nattb8 nattb8 requested a review from a team March 6, 2024 03:07
@nattb8 nattb8 force-pushed the feat/windows-unity-editor-mobile branch from 3ba16f1 to 0174ed3 Compare March 6, 2024 03:10
@nattb8 nattb8 merged commit d2f4527 into main Mar 6, 2024
@nattb8 nattb8 deleted the feat/windows-unity-editor-mobile branch March 6, 2024 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants