Version: 5.4
iOS & Mac 앱 스토어(iOS & Mac App Stores)
Google Play

Windows Store

Building

Please note that Unity IAP is not compatible with the IL2CPP scripting backend, which is currently experimental on Universal Windows Platform.

Unity IAP supports building with the Windows Universal 8.1 and Universal 10 SDKs. Unity IAP does not support the Windows Phone 8.1 SDK.

시뮬레이터

Unity IAP는 애플리케이션 퍼블리싱 이전 장치에서 IAP 구매 과정을 테스트할 수 있도록 Microsoft 인앱 구매 시뮬레이터를 지원합니다.

시뮬레이터는 다음과 같이 초기화 이전 Unity IAP를 설정하는 동안 활성화할 수 있습니다.

var builder = ConfigurationBuilder.Instance(StandardPurchasingModule.Instance());
builder.Configure<IMicrosoftConfiguration>().useMockBillingSystem = true;

애플리케이션을 퍼블리시하기 이전 가상 구매 시스템을 비활성화해야 합니다.

iOS & Mac 앱 스토어(iOS & Mac App Stores)
Google Play