Several issues with IAP while running the tutorial

Monkey Forums/Monkey Programming/Several issues with IAP while running the tutorial

Raul(Posted 2014) [#1]
I am opening this topic here because I hope is more visible than the Tutorials one.

I almost finished my game and I need to implement IAP. I had a look for the first time here: http://www.monkeycoder.co.nz/Community/posts.php?topic=7708 and followed all the steps.

I have to big issues here:
1:
I receive the message:
Error: Duplicate indentifier 'FileStream' found in module 'filesystem' and module 'filestream'

and it's pointing me to the line:
Local f:FileStream = FileStream.Open( "monkey://internal/.purchases", "r" )


I said: ok, lets try not to save or load the purchases for now, so i comment the lines and continue the testing.

2: So the second issue, like I said in the tutorial post:
The game loads my store, displays the items but I receive:
BuyProductComplete, result =-1


My game is in WaitingToUpload as Alex said in the post :)

Please help me with this guys, really need to finish this project ASAP.
Thanks


Raul(Posted 2014) [#2]
Still need some help here, guys..