I am new to Objective C development, so this may be a subject readily undertood by someone with more experience. However, I’ve hit a wall and would love a little guidance as I test our the Backendless API:
In step 9 of the IOS setup guide (http://backendless.com/documentation/data/ios/data_setup.htm), it notes copying the Application ID and Secret key, but where that should be configured is not clear.
Step 10 noted adding to the AppDelegate.m file, but it shows the entries as a variable and XCODE does not like my attempts to staticly define the keys there. I am assuming I simply need to define the app id and key in another area, but am struggling to figure out where that area is.
This seems like a pretty simple issue to solve - but minimal fortune I wanted to see if I could get a pointer on it.
**Also, there are definitely language variance between the “quick setup” and the “setup” document in the main API guide. I tried both with no better luck one way or the other.