0

I have a request model class in server with BigDecimal Properties. While using the same in IOS Client application,What data type i should use? I tried with double,float,NSnumber,NSDecimalNumber but nothing works. Exception is raised in server while i'm using the above datatypes. Anybody have an idea?

Sudeep george
  • 111
  • 1
  • 11

1 Answers1

0

Try NSDecimal instead of NSDecimalNumber

RPBruiser
  • 149
  • 1
  • 1
  • 13
  • @Sudeepgeorge usually when trying to discover what an exception means, one must see the exception in full. Please elaborate; exactly what exception occurs? Can you post the stack trace? – Ky - Aug 25 '15 at 17:44