Upgrade to Pro — share decks privately, control downloads, hide ads and more …

20160426 Parse Serverを使ってみた

20160426 Parse Serverを使ってみた

関西モバイルアプリ研究会 #13 の資料です

Kei Ito

April 26, 2016
Tweet

More Decks by Kei Ito

Other Decks in Programming

Transcript

  1. OPEFKT TFSWFS WBSBQJOFX1BSTF4FSWFS \ BQQ*EYYY  NBTUFS,FZYYY  EBUBCBTF63*NPOHPECYYY 

    QVTI\JPT< \QGYYYYQ  CVOEMF*EYYYBQQ  QSPEVDUJPOGBMTF^  >^  DMPVEYYYKT ^ 
  2. J04 let config = ParseClientConfiguration { (config) -> Void in

    config.applicationId = "xxx" config.clientKey = "xxx" config.server = "https://xxx" } Parse.initializeWithConfiguration(config)