Cloudkibo / Kibo_Client_iOS

0 stars 0 forks source link

Initialize the widget #15

Closed sumairasaeed closed 8 years ago

sumairasaeed commented 8 years ago

This is some work of authorization and authentication of widget from application. This can be done in last when basic functionality is working. We would then put the app ids, app secrets and other authorizations.

Until I return we can put this on hold.

sojharo commented 8 years ago

Correction here. This should be done at beginning else widget wont be able to get data.

sumairasaeed commented 8 years ago

Worked on this. created SDK and initialised it from within host application. This has been completed now. Here is a nice article which helped in this task https://medium.com/@PyBaig/build-your-own-cocoa-touch-frameworks-in-swift-d4ea3d1f9ca3#.r98w9va5i

jekram commented 8 years ago

Thanks

However, I would like to see a design document (flow chart) before we can call it resolved.

sumairasaeed commented 8 years ago

Yes Sir, I had already emailed you design document yesterday. Here it is https://docs.google.com/a/cloudkibo.com/document/d/1Gw4H9aCAMFjzeRxWiNzjTiG2E7O-Ecb7bDewaAzE9jc/edit?usp=sharing This link is also put on github repo

On Sun, Sep 4, 2016 at 11:06 AM, Cloudkibo notifications@github.com wrote:

Thanks

However, I would like to see a design document (flow chart) before we can call it resolved.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Cloudkibo/Kibo_Client_iOS/issues/15#issuecomment-244586128, or mute the thread https://github.com/notifications/unsubscribe-auth/AKbhp6-U9Cf9CB1eEoNPCATCiXNI3wfiks5qml_rgaJpZM4J0O_I .

sumairasaeed commented 8 years ago

Reopening this issue. After I integrated SQLite and Alamofire libraries in our SDK, there are errors on initialisation of SDK. It shows missing libraries error. Host App is not able to find libraries.

sumairasaeed commented 8 years ago

This has been resolved now. widget got initialised and we were able to run it from host application.