Yup it works perfectly.
Make your you are calling
"Add Prodduct IDs" followed by
"Request Store listing" in the "On Layout Start " event
Then use the "On Store Listing Success" event to access the price of each item.
For eg: F
To access price for item called "coinpack":
txtPrice.text = PhonegapIAP.ProductPrice("coinpack")