Apple in-app purchases don't worked in iOS 9-10

Hello,

Subj, error:
module ‘plugin.apple.iap’ not found:resource (plugin.apple.iap.lu) does not exist in archive

Any ideas?

Thanks.

iOS 12-17 worked.

As far as I know, iOS 9-10 is not supported any longer. It’s been years.

However, my applications work fine. The question is why this error is not present on iOS 12+. What’s wrong with the plugin?

Seems to be a bit newer change and this isn’t reflected in the docs yet. You can read about it here:

Seems like if you’re building for iOS 17, then the minimum version bumps up to iOS 11.

Thanks, I read this thread. I’m using 14.2 and even 3666 build (for iOS 9-10), but it didn’t help.

I’m just making a guess, but it’s possible that there’s some new component in the IAP plugin that requires newer versions of iOS, which is why your apps aren’t crashing until the IAP plugin’s code is called.

It seems so. I took the previous version of the plugin and everything worked.