ios - Unable to get my App id for parse -


i using www.parse.com xcode project. since not allow new sign ups, how application id following code in order use services:

let configuration = parseclientconfiguration {         $0.applicationid = "your_app_id"         $0.server = "http://your_parse_server:1337/parse"     }  parse.initializewithconfiguration(configuration) 


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -