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

java - unable show chart in xls document using jasper reports -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -

javascript - How to change image src on success AJAX -