StoreSubscriptionInfoNotSupportedException: Store not supported: SamsungApps

I found that SubscriptionManager.getSubscriptionInfo() API for Samsung Galaxy Apps is not supported.

An error message appears below.
“StoreSubscriptionInfoNotSupportedException: Store not supported: SamsungApps”

Do you have a SubscriptionManager.getSubscriptionInfo() API support plan for Samsung Galaxy Apps?

Or is there a way to get this information using Unity IAP?

I believe the Samsung store is supported via UDP Unity Distribution Portal | Unity Distribution Portal | 2.0.2-preview.1

1 Like

This is really strange. Why does IAP work for Samsung consumables, but for subscription its requires UDP? We don’t want to use UDP =/

Also, from docs: https://docs.unity3d.com/Packages/com.unity.purchasing.udp@2.0/manual/index.html

UDP only supports consumable and non-consumable IAP products. Subscription products are not supported.

Unity IAP is using an older Samsung API, no plans to upgrade since UDP is now handling Samsung support.

1 Like