You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.
Describe the bug
When attempting to register an AppLink on iOS, the app crashes with an System.ArgumentException having been thrown. The error message is "No IAppIndexingProvider was provided".
To Reproduce
Steps to reproduce the behavior:
Launch the iOS app either on a simulator or physical device
Navigate to the second tab (Advocates)
Select an Advocate (I recommend selecting Mike James)
The app will now crash..
Expected behavior
The app shouldn't crash as the AppIndexingProvider should have been automatically set.
Smartphone:
Device: iPhone X
OS: iOS 12.4
Nuget Package Versions
Xamarin.Forms: 4.0.0.497661
Prism.Forms: 7.1.0.431
Attempts to resolve
I read here that RegisterAppLink cannot be called from a constructor. This led me to moving the call to an 'OnNavigatedTo' method. This didn't resolve the issue, which is why I then moved the call to the Advocate Selection method. This also didn't resolve the issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
When attempting to register an AppLink on iOS, the app crashes with an System.ArgumentException having been thrown. The error message is "No IAppIndexingProvider was provided".
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The app shouldn't crash as the AppIndexingProvider should have been automatically set.
Smartphone:
Nuget Package Versions
Attempts to resolve
I read here that RegisterAppLink cannot be called from a constructor. This led me to moving the call to an 'OnNavigatedTo' method. This didn't resolve the issue, which is why I then moved the call to the Advocate Selection method. This also didn't resolve the issue.
The text was updated successfully, but these errors were encountered: