iOS SDK
Integrate Our iOS SDK For Seamless Payments !
Foloosi iOS SDK Integration
Basic Requirements
Foloosi merchant account - click here to sign up .
Create api credentials - click here to create.
iOS 9 Update
pod 'Foloosi-iOS-SDK', '~> 1.5.1'
pod update
iOS 9 has higher requirements for secure URLs. As many Indian banks do not comply with the requirements, you can implement the following as a workaround in Info.plist
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
Supported currencies
AED, USD, EUR, SAR, etc.,
NOTE
Supported 170 world Currencies.
Apple pay will be available only when API mode is in live.
Support
Visit https://www.foloosi.com for support requests or email [email protected].
Developed by
Foloosi Technologies Pvt Ltd.
License
Copyrights (c) 2025 Foloosi
Last updated
Was this helpful?