Hi, Thanks for step by step example. I have a question regarding adding cocoapod-keys. I tried to run this example with cococapod-keys, https://github.com/spark/spark-setup-ios-example. But after installing the pod plugin and run the pod install/update it still asked for cocoapods-keys plugin install. My pod file looks like this:
I have tried reinstalling everything on different Mac and now I am able to pass the Cocoapods-keys, etc for iOS TInker. I have put cocoapods-keys as follow:
“MixpanelToken”, particle
“OAuthClientId”, particle
“OAuthSecret” particle
Now when I run Particle app on Xcode I am getting the following error on SparkDiscoverDeviceViewController.m file:
property ‘isAuthenticated’ not found on object of type "SparkCloud"
Please see my screen shot also. Do I need to set cocoapods-keys to my real account to run this app?
This is a recent change - I added isAuthenticated property just the other day and haven’t yet published a new pod version… It replaces isLoggedIn - Be sure you use latest pod 0.4.0 release and not tip of master.
Unrelated - yea Cocoapod-keys is run every install and inject secret keys to the app.
Mixpanel is used for our analytics tool - you can ignore that unless you want to use it too and then you can find the required token under your account at Mixpanel. Oauth seret/client is for setting unique key for SDK usage per app. You can use particle/particle for now
re “First, download the SDK from the link on the Mobile SDK page”
Should we download “master” or release “0.5.1”?
I downloaded both, and they’re different.
I assume master has latest and greatest changes, but is not officially released. (?)
spark-sdk-ios-master
spark-sdk-ios-0.5.1