Objective - C.. Do i need to know it?

Hello guyz!

I finish my Unity IOS game, but i didn’t touch at all Xcode obj-c… well, i did include the App Irater (some code inside the main.m file and it works).

So before starting my second Unity Game i decided to learn some xcode and obj-c, but… it’s HARD! It’s nothing like c#! Php or anything i have used before. This will take time and i may forget some c#, lol.

My question, do i need to know Objective-c? or just the buttons inside Xcode?
For example, if i want to make a popup alert inside Ios app, i need to know objective-c or Unity have a method to call that function?

Thanxs!

Well, most of the work you would need to do with Objective-C in Unity has already been done and is available in the asset store in the form of plugins. There are some really useful ones (Prime 31 plugins for example) for a relatively small price (from US$ 50 to 100 mostly). If you don’t have that money to spare and want to do something different, then you’ll need some deep Obj-C.
I studied the basics (just sintax differences) and was able to solve a problem involving cookies storage in an iOS app. So, even if you acquire the plugins, I think it is a good idea to learn some Objective-C.