1
Answer

Windows Store Request for IAP?

Akhil Bhaskar

Akhil Bhaskar

7y
237
1
Hi everyone i am submitting an universal windows application to windows store which is compiled from unity.In my game in app purchases are included.
My question is how to send in app purchases request to windows store 
canu anyone give the solution for that issue?
Thanks In advance. 
Answers (1)
0
Ravi Puri

Ravi Puri

NA 10 0 19y
Hi, check the following:

the calling code is being executed in the context of 'AL-NOTEPAD\ASPNET'. this should already be the case if have enabled anonymous access to your site. 

the connection string you're using for the database is set to Integrated Security=SSPI; i.e. use a trusted connection (windows login)  connection instead of a SQL Server login.

thanks,

Ravi