Reputation: 5246
I'm new to iOS passbook development and I'm having trouble defining the limitations of the service. I'd rather not jump into several hours of dev work that I don't have time for without knowing it will work.
A user is walking to a particular location and receives a pass with their member barcode on it.
Is it possible to create this pass from my iOS app under these assumptions without any other web service or push notification involvement?
There are 20+ location coordinates.
Upvotes: 0
Views: 354
Reputation: 9352
Apple says pass creation needs to be done on a server, not on the device. The process involves signing the pass data with your pass certificate and you should not distribute that to devices. I don't know how to answer your #3 question.
Upvotes: 2