"description": "IOSOnRailsTicket",
"labelColor": "rgb(242,237,237)",
"foregroundColor": "rgb(245,244,244)",
"backgroundColor": "rgb(225,157,77)",
"logoText": "IOS On Rails 2013",
Sunday, April 14, 13
Slide 28
Slide 28 text
"barcode": {
"message": "http://www.youtube.com/watch?v=2Z4m4lnjxkY",
"format": "PKBarcodeFormatQR",
"messageEncoding": "iso-8859-1",
"altText": "A message for you"
},
Sunday, April 14, 13
Slide 29
Slide 29 text
"eventTicket": {
............
}
Sunday, April 14, 13
Slide 30
Slide 30 text
"headerFields": [
{
"key": "Date",
"label": "DATE",
"value": "13-14 April",
"changeMessage": "Date has changed in %@"
}
],
primaryFields": [
{
"key": "Artist",
"label": "Ticket Type",
"value": "Scan the barcode",
"changeMessage": "Show has changed in %@"
}
],
Sunday, April 14, 13
Slide 31
Slide 31 text
"secondaryFields": [
{
"key": "Location",
"label": "Location",
"value": "Porto Mare Hotel",
"changeMessage": "Location has changed in %@"
}
],
Sunday, April 14, 13
Slide 32
Slide 32 text
"auxiliaryFields": [
{
"key": "price",
"label": "PRICE",
"value": "100",
"changeMessage": "Price has changed in %@"
}
]
Sunday, April 14, 13
Slide 33
Slide 33 text
"backFields": [
{
"key": "Terms",
"label": "More Info",
"value": "This is a great conference.",
"changeMessage": "Your message has changed %@"
},
{
"key": "serial-1396225",
"value": "Coding Rocks",
"label": "Thoughts"
}
],
Sunday, April 14, 13
Slide 34
Slide 34 text
"locations": [
{
"latitude": 44.680225,
"longitude": 34.415539,
"relevantText": "You are at the IOSOnRailsConf"
},
{
"latitude": 34.415539,
"longitude": 44.680225,
"relevantText": "You are at the IOSOnRailsConf"
}
],
Sunday, April 14, 13
Slide 35
Slide 35 text
"relevantDate": "2013-04-13T21:00+02:00"
Sunday, April 14, 13
Slide 36
Slide 36 text
Sunday, April 14, 13
Slide 37
Slide 37 text
• Can create a pass with a barcode that is
completely separate from a standard IOS
app.
Sunday, April 14, 13
Slide 38
Slide 38 text
• Can create a pass with a barcode that is
completely separate from a standard IOS
app.
• Passes can be location aware
Sunday, April 14, 13
Slide 39
Slide 39 text
• Can create a pass with a barcode that is
completely separate from a standard IOS
app.
• Passes can be location aware
• You can send push notifications to update
passes
Sunday, April 14, 13
Slide 40
Slide 40 text
• Can create a pass with a barcode that is
completely separate from a standard IOS
app.
• Passes can be location aware
• You can send push notifications to update
passes
• Users can remove passes at any time
Sunday, April 14, 13
Slide 41
Slide 41 text
• Can create a pass with a barcode that is
completely separate from a standard IOS
app.
• Passes can be location aware
• You can send push notifications to update
passes
• Users can remove passes at any time
• Apps can interact with passes
Sunday, April 14, 13
Slide 42
Slide 42 text
Passbook
http://www.github.com/frozon/passbook
Sunday, April 14, 13