Caution
The app will NOT build as it is due to string resource missing. This string represents a PayPal API secret if you only want to test the app just create a string resource with the following ids:
- client_id
- secret_id
If you want to use the Paypal Integration in the app you need to create a secrets.xml inside the res folder. There is template called secrets-template.xml that you may use if you need a guide.
Inside that file you need to set your paypal client id and secret id accordingly so the sdk can use it.
In order to get these ids you need to go to : developer.paypal.com and create and sandboxed app where you will see this values. Inside the app settings you need to enable the option login with paypal and create a new return url with this name:
com.powidev.coffeshop://paypalActivity
Once done that simply rebuild the app and test the integration in sandbox.paypal.com and enter your newly created bussiness/personal sandboxed accounts.
