-
Notifications
You must be signed in to change notification settings - Fork 752
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
feat: In-app purchases #2966
feat: In-app purchases #2966
Conversation
@@ -68,6 +68,7 @@ public virtual void Build(string basePath, string baseName, string sourceAssembl | |||
var origins = from externalRedfs in _referenceCompilation.ExternalReferences | |||
where Path.GetFileNameWithoutExtension(externalRedfs.Display).StartsWith("Windows.Foundation") | |||
|| Path.GetFileNameWithoutExtension(externalRedfs.Display).StartsWith("Windows.Phone.PhoneContract") | |||
|| Path.GetFileNameWithoutExtension(externalRedfs.Display).StartsWith("Windows.Services.Store.StoreContract") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
private string GetFormattedPrice(this SKProduct product) | ||
{ | ||
if (product?.PriceLocale == null) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MartinZikmund looks very interesting, any news? |
@listepo I got into other stuff, but I am trying to close down older PRs continuously, so hopefully won't take long for this one! |
@MartinZikmund thanks, I think this feature will help attract smaller developers like me who need monetization |
878375a
to
e8f01a5
Compare
@MartinZikmund any news? |
Is this still blocked? And on what? I saw this discussion alluding to in-app purchases here: #15378 Is it already possible to do in-app purchases on mobile? |
e8f01a5
to
681f611
Compare
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-2966/index.html |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or it will be closed in 10 days. |
681f611
to
0442e74
Compare
Closing in favor of a new PR |
|
|
GitHub Issue (If applicable): closes #2965
PR Type
What kind of change does this PR introduce?
What is the current behavior?
In-app purchases are not supported
What is the new behavior?
PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.