June 29, 2014
Some WP8 in app purchase errors
Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))this means you call CurrentApp.RequestProductPurchaseAsync not from UI thread
error code 805a0194(in a dialog) means that you need to publish your app (maybe in beta) via Store before you can test purchases.
Labels: development, error, microsoft, programming, store, windows 8 phone, windows store, wp8