最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

c# - .Net Maui InAppBilling - This functionality is not implemented in the portable version of this assembly - Stack Overflow

programmeradmin0浏览0评论

Following the guide for the library here: .html

Setup works fine for Android but fails on iOS. The section 'Permissions & Additional Setup iOS' has the following two lines of code:

Plugin.InAppBilling.InAppBillingImplementation.OnShouldAddStorePayment = OnShouldAddStorePayment;

var current = Plugin.InAppBilling.CrossInAppBilling.Current; //initializes

The first line doesn't build:

'The type or namespace name 'InAppBillingImplementation' does not exist in the namespace 'Plugin.InAppBilling'

and the second line throws the error in the title.

What's happening here?

I'm using the latest version of the package and it's installed in all my projects as suggested. I've gone through the iOS setup too with the relevant permissions/entitlements. I can't find any example projects using the lib.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论