Rewarded ad failed to load an ad with error : Error Domain=com.google.admob Code=1 "Request Error: No ad to show." UserInfo={NSLocalizedDescription=Request Error: No ad to show., gad_response_info= ** Response Info ** Response ID: (null) Network: (null) ** Loaded Adapter Response ** (null) ** Extras Dictionary ** { } ** Mediation line items ** } 결론부터 말하면 나의 경우는 xcode에서 plist에서 Tracking Usage Des..
분명히 모든 IAP 관련 셋팅을 전부 하고나서, SandBox로 IAP 테스트를 진행하는데 묵묵부담인 IAP... Unavailable product Product_ID UnityEngine.Purchasing.PurchasingManager:HasAvailableProductsToPurchase(Boolean) UnityEngine.Purchasing.PurchasingManager:CheckForInitialization() UnityEngine.Purchasing.PurchasingManager:OnProductsRetrieved(List`1) UnityEngine.Purchasing.AppleStoreImpl:OnProductsRetrieved(String) 라는 에러가 발생했다. IAPManag..
C# Newtonsoft.Json 을 이용하면서 발생한 에러이다. Newtonsoft.Json.JsonSerializationException: Cannot create and populate list type System.Collections.Generic.Queue`1[System.String]. Path '', line 1, position 1. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateNewList (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonArrayContract contract, System.Boolean& createdFromNon..
거의 이틀간 밤을 새가며 개고생하면서 찾아본 해결 방법이다. Configure project :launcher WARNING: The option 'android.enableR8' is deprecated and should not be used anymore. It will be removed in a future version of the Android Gradle plugin, and will no longer allow you to disable R8. 구글링 하면 해결 방법이 전부 나오긴 하지만 나의 경우는 좀 달랐다. 유니티 애즈를 다운받고 나서 애드몹을 다운받아서 그런지 UnityMediation이 생겼고, 해당 칸에 ID값을 넣어주지 않아서 발생한듯 하다. 애드몹 설치 관련 글에서는 보지 ..