UWP builds have worked(mostly) for years with the same implementation, most recent release works, but can’t seem to get newest version built with IAP working. Project is on Unity 2022, have tried 2021 and 2020 as well, with (IAP 4.7.0, 4.10.0 and 4.11.0). Also tried clean repos and old branches, but now tat this “UnityIAPWin8:PollForProducts() Exception” showed up nothing works.
gonna try a new device to see if its just my pc that is somehow corrupted, but if anyone has suggestions please let me know
Unity Purchasing: UnityIAPWin8:PollForProducts() Exception (persistent = True, delay = 0, retry = 30), exception: Exception of type ‘System.Exception’ was thrown.
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[ ])
UnityEngine.Logger:LogError(String, Object)
UnityEngine.Purchasing.WinRTStore:logError(String)
UnityEngine.Purchasing.Default.WinRTStore:LogError(String, Object[ ])
UnityEngine.Purchasing.Default.d__10:MoveNext()
System.Runtime.CompilerServices.MoveNextRunner:InvokeMoveNext(Object)
System.Threading.ContextCallback:Invoke(Object)
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object, Boolean)
System.Runtime.CompilerServices.MoveNextRunner:Run()
System.Action:Invoke()
System.Threading.Tasks.AwaitTaskContinuation:InvokeAction(Object)
System.Threading.ContextCallback:Invoke(Object)
System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation:Run(Task, Boolean)
System.Threading.Tasks.Task:FinishContinuations()
System.Threading.Tasks.Task:FinishStageThree()
System.Threading.Tasks.Task:FinishStageTwo()
System.Threading.Tasks.Task:Finish(Boolean)
System.Threading.Tasks.Task1:TrySetException(Object) System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1:SetException(Exception)
UnityEngine.Purchasing.Default.d__11:MoveNext()
System.Runtime.CompilerServices.MoveNextRunner:InvokeMoveNext(Object)
System.Threading.ContextCallback:Invoke(Object)
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object, Boolean)
System.Runtime.CompilerServices.MoveNextRunner:Run()
System.Action:Invoke()
System.Threading.Tasks.<>c:<.cctor>b__7_0(Object)
System.Threading.SendOrPostCallback:Invoke(Object)
System.Threading.InvocationContext:Invoke()
System.Threading.OSSpecificSynchronizationContext:InvocationEntry(IntPtr)