-
Notifications
You must be signed in to change notification settings - Fork 38
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
iOS: OpenAppInStore() does not work #6
Comments
Was this fixed? |
There was no reaction so far. Still the same behaviour |
Same issue.. |
I looked into this issue and it worked for me. However, I did notice some inconsistencies with the URL the library uses to open the app in the App Store depending on the specific app, app name and version of iOS. |
12.0 (16A366)) |
I experienced some strange behavior if the CFBundleIdentifier contains some special characters like a dot. |
Hi! I get the error message in iOS: "Error parsing content from the App Store" when call In the play store works well (Android). |
iPhone SE 12.0 |
This seems to still be a valid issue, are there any work arounds?? |
Not yet fixed? Any solution on this? |
The problem arises in the iOS when the URL is created the url needs to be exstended with the apple ID of the app, you can find the ID in the AppStoreConnect page of your app at the general information. I cant get UIKit.UIApplication.SharedApplication.OpenUrl(new NSUrl($"http://appstore.com/{appName}/id{AppId}")); to work, therefore i only make use of the version retrieval code and then make sure of |
I got the t UIKit.UIApplication.SharedApplication.OpenUrl method to work. It must be updated with the new path such that Additionally the code dosent take into acount none english characters so the,
Should you only choose to update the |
Another way of doing it would be to create a copy of the |
Fix is available in latest nuget beta - https://www.nuget.org/packages/Xam.Plugin.LatestVersion/2.0.0-beta.76 |
Bug
When I call await CrossLatestVersion.Current.OpenAppInStore(); on my Iphone SE it opens the store but it says "Cannot connct to App Store"
Plugin Version: newest
Platform (e.g., Android v21):
Device/Hardware: IPhone SE
Expected behavior
navigates to the app.
Actual behavior
The text was updated successfully, but these errors were encountered: