ios - How to integrate my app delegate and View controller code in KONY app? -


i'm developing watch application using xcode. , actual ios app implemented using kony. , i'm trying add watch app ios app.

but problem ios app developed in kony. , have written code in xcode in appdelegate.m , viewcontroller.m(rootviewcontroller) of ios bundle communicate watch , pass data.so working fine.for created new application , did phone watch communication , watch app implementation.

now difficult part have integrate or copy code whatever have written in sample app using xcode kony application.

means have add appdelegate.m , viewcontroller.m code in kony code developed kony ide.

so how integrate whatever have done in xcode build kony build ?

problem statement

how integrate app delegate , view controller code in kony app?

answer

we understand integrating appdelegate methods in kony app.

using kony can implement adddelegate methods using following steps.

  1. kindly replace attached appdelegateextension folder vmappwithkonylib.xcodeproj
  2. add statements in didfinishlaunchingw/users/kh1949/desktop/appdelegateextension 2.zipithoptions method present in sampleappdelegate.m file.

regards, guru murthystrong text


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -