Hi
I am using the in-app Purchase functionality in my project and its working fine for me. But there is one issue.
I am showing all the product list on one Tableview. After completion of transaction I want to reload that table again.
I wrote the code [tblProduct reloadData] in the function
- (void) completeTransaction: (SKPaymentTransaction *)transaction
But it not reloading the tableview.
Please tell me what is going wrong or is there any method to call it.
Thanks
I am using the in-app Purchase functionality in my project and its working fine for me. But there is one issue.
I am showing all the product list on one Tableview. After completion of transaction I want to reload that table again.
I wrote the code [tblProduct reloadData] in the function
- (void) completeTransaction: (SKPaymentTransaction *)transaction
But it not reloading the tableview.
Please tell me what is going wrong or is there any method to call it.
Thanks