We are building a shopping application (yes, not so much in the Windows phone store), itβs basically the same as it would if you went to the store, select a product, pay your paypal and give your delivery address and it!
The problem is that the application is rejected twice, both times for the same reason:
"Comments: the user is prompted to enter payment information (credit card) from the application. Transactions must be performed outside the application through a secure (HTTPS) website or through a hosted control that allows the user to verify the HTTPS URL and security."
The only payment method is PayPal, and we use the PayPal standard, which means that we must go to the PayPal placement page for the transaction. The first time we were denied, we simply included a field where the user could see the URL where he was going. The user was able to see https: // to find out if the transaction is safe. Now we just added the lock icon (forced image, it will not be automatically like it would be in the browser) in this URL bar instead of https: //. We are just wondering if this is enough? and should we open the paypal page in the browser?
Screen shot attached. I will be grateful for any help.

source
share