AppBlade / AppBladeSDK

The SDK for AppBlade; iOS and Android
https://appblade.com
MIT License
23 stars 14 forks source link

Dynamic host for iOS #9

Closed andrewtremblay closed 11 years ago

andrewtremblay commented 11 years ago

• iOS can now specify the host appblade endpoint in the event of offsite or non-production testing. • Built and updated binaries. • Updated example projects to use new binaries.

andrewtremblay commented 11 years ago

Updated Webclient, it's changes fell out of the commits somehow.

andrewtremblay commented 11 years ago

Had to rebase the hotfixes. Should be good to go.

andrewtremblay commented 11 years ago

Alright, all comments addressed, should be good to go.

spitz commented 11 years ago

Have you run this on device and validated that the server receives the additional data?

andrewtremblay commented 11 years ago

Have you run this on device and validated that the server receives the additional data? What additional data? This branch should only focus on having a dynamic host name, the implementation of which is fairly straightforward. Debugging with http calls comes in fine when I point the host locally and the new rebased device name branch changes are coming in fine.

andrewtremblay commented 11 years ago

Rebased and fixed the aforementioned memory leak issues.