1

I am new in iphone development. I created one code for android mobile using phonegap framework.But i don't have idea how to write same code for iphone mobile using objective c. Please anyone have idea then guide me.How to create same code in objective c.

Paul Beusterien
  • 27,542
  • 6
  • 83
  • 139
Sandeep
  • 725
  • 1
  • 14
  • 28

2 Answers2

2

I'm not going to translate the code for you, but there are several JSON frameworks for iOS that may help you, take a look at this question.

Regarding Encryption and Decryption - we cannot help as we don't know those classes.

Community
  • 1
  • 1
MByD
  • 135,866
  • 28
  • 264
  • 277
0

The following gist might help you to get the boilerplate stuff done to create an ios phonegap plugin. But as @binyamin mentioned you may still need to write the exact code yourself.

https://gist.github.com/1675595

dhaval
  • 7,611
  • 3
  • 29
  • 38