Over the past few days, I have been struggling to set up a testing environment when purchasing an application in xamarin. Their docs page is not very clear on what needs to be done, at least for me.
In order for me to research, I need to sign a contract with an apple, which requires me to give some information about my bank account, taxes, etc. This information will take a little time, maybe a week. So, without a contract, is it possible to test in sandbox mode when purchasing an application?
So far, I have created a development support profile, my application identifier and package identifier, the products that I intend to sell in my application, and my test users. I tried to get product information from my device, but it did not work, there were no errors or application crashes. Maybe I missed something here that causes this behavior.
I read on this page that I need to set up a provisioning profile and configure xcode to sign an application with this profile. How to do this in xamarin studio?
Also, I need to tell xcode what the application identifier means, again, how to do it?
I read the Programming Guide when purchasing applications and gave me a general idea of ββthe architecture necessary for implementing applications in purchases, but I did not receive any details.
Any help would be greatly appreciated. Thank you very much.
source share