1.b Mobile app embed
Guide to embedding the Loyalty Microsite in your mobile app using a WebView. Covers setup for permissions, UI handlers, session token handling, and platform-specific examples for iOS and Android.
Embed the Loyalty Microsite in an app
iOS configuration
Permissions
<dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSCameraUsageDescription</key>
<string>Camera access required to scan receipts.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Location verification needed for voucher redemption.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Photo library access required to select receipt photos.</string>
</dict>UI handlers
Android configuration
Permissions
UI handlers
Last updated
Was this helpful?