Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
This repository was archived by the owner on May 15, 2024. It is now read-only.

[Bug] Launcher.OpenAsync() crashes in iOS 9.3.5 #1102

@Magendanz

Description

@Magendanz

Description

On older iOS releases, Launcher.OpenAsync() crashes the app rather than opening the Uri.

Steps to Reproduce

  1. Call method (e.g. Launcher.OpenAsync(new Uri(String.Format(page, authToken)))

Expected Behavior

Should open browser at target URL.

Actual Behavior

App immediately quits. No crash report from AppCenter.

Basic Information

Works fine in iOS 12. I haven't checked interim releases.

  • Version with issue: iOS 9.3.5
  • Last known good version: iOS 12.4.5
  • IDE:
  • Platform Target Frameworks:
    • iOS: 13.10.0.17
  • Android Support Library Version:
  • Nuget Packages: Xamarin.Forms v4.4.0.991640
  • Affected Devices: iOS

For now, I'm reverting to Device.Open(), but that API is deprecated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions