Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Billing API

SOUP edited this page Oct 7, 2019 · 2 revisions

Requirements

implementation 'com.android.billingclient:billing:2.0.3'

정확하게는 아래 권한이 있어야 Play Console에서 '구독' 상품을 생성할 수 있다.

<uses-permission android:name="com.android.vending.BILLING" />

References

Clone this wiki locally