+ All Categories
Transcript
Page 1: Migrating Wine Quiz to Parse Server

Migrating Wine Quiz to Parse Server

June 2016 - Austin iPhone Developer Group Meetup 1

Page 2: Migrating Wine Quiz to Parse Server

In this talk• what is Parse Server?

• how is Parse Server deployed?

• how do you move an existing app off hosted Parse?

June 2016 - Austin iPhone Developer Group Meetup 2

Page 3: Migrating Wine Quiz to Parse Server

⏰ July 28, 2016

June 2016 - Austin iPhone Developer Group Meetup 3

Page 4: Migrating Wine Quiz to Parse Server

What is Parse Server?

June 2016 - Austin iPhone Developer Group Meetup 4

Page 5: Migrating Wine Quiz to Parse Server

How is Parse Server deployed?

+

June 2016 - Austin iPhone Developer Group Meetup 5

Page 6: Migrating Wine Quiz to Parse Server

June 2016 - Austin iPhone Developer Group Meetup 6

Page 7: Migrating Wine Quiz to Parse Server

Step 1: host your own database

June 2016 - Austin iPhone Developer Group Meetup 7

Page 8: Migrating Wine Quiz to Parse Server

Step 2: host your own web server

June 2016 - Austin iPhone Developer Group Meetup 8

Page 9: Migrating Wine Quiz to Parse Server

Step 3: point client apps to your server[ParseClientConfiguration configurationWithBlock:^(id configuration) { configuration.applicationId = @"your-app-id"; configuration.server = @"https://example.com/parse/";}];

June 2016 - Austin iPhone Developer Group Meetup 9

Page 10: Migrating Wine Quiz to Parse Server

Step 4: test then publish

June 2016 - Austin iPhone Developer Group Meetup 10

Page 11: Migrating Wine Quiz to Parse Server

⏰ July 28, 2016

June 2016 - Austin iPhone Developer Group Meetup 11

Page 12: Migrating Wine Quiz to Parse Server

Thank You

June 2016 - Austin iPhone Developer Group Meetup 12


Top Related