I want to add payment via PayPal in my iPhone app. When the customer orders for sticker labels by paying via PayPal, the Order will be received and Company will then send the Sticker to the Customer.
I just installed Alamofire pod in my app.
- Is it possible to use Alamofire for PayPal payment?
- Which HTTP request is necessary for PayPal payment?
- Or which framework is best for PayPal payment in iOS?
- Is it best practice to use Alamofire?
Hope some experts have a good option!