Pickup at Store SDK for iOS
A simplified version of the iOS Driver SDK for user pickup at store. This SDK can cover use cases such as click & collect, curbside, and buy online pick up in store (bopis).
Getting started
Follow the getting started instructions in the DriverSDK guide
Getting Started
Basic Workflow
- User (customer) logs in your app.
- Your server authenticates the user in your system and then in Bringg.
- Bringg returns authentication and authorization tokens to your server.
- Your server creates a task in Bringg.
- Your server sends the task ID to your app.
- User starts the task, using the SDK with the authorization token and task ID, and is assigned an identifying number and color.
- User ETA and tracking displays in Bringg system.
- User status changes to "arrived at store" via manual or automatic check-in from the SDK.
- Bringg system receives alert of user arrival, including identifying color and number.
- User status changes to "left store" via manual or automatic checkout from the SDK.
Updated about 4 years ago