What's new

Iphone project

Niko68

New Member
Joined
Oct 4, 2012
Messages
4
Reaction score
0
I would like to build VoIP client for my iPhone. I purchased an Ozeki VoIP SIP SDK llicense and I have read the following information about the topic < MODERATOR EDIT; removed external link >

"iPhone (and iPad as well) is one of the latest and most innovative device of Apple Inc. They run special operating systems like any other Apple devices and they use special tools designed only for them. Apple devices also support Internet connection therefore they are capable for voice over IP communication, too.

Apple has special developer tools for its devices, therefore program writing is slightly different on these devices so it was not an easy task to create my own VoIP application.

Can anybody recommend me any tips for my project?

Thanks in advance.

Regards,
Niklas
 
Last edited by a moderator:
At a glance, I would say you are already dealing with three bad situations right off the bat.

1) You bought a SDK that is primarly for .NET.

2) The SDK uses Adobe Flash.

3) The SDK requires a custom server. Which adds a whole new level of complexity that isn't needed.

Beyond that, I would say your first goal should be to learn Objective C and the XCode development system. Once you have accomplished that primary goal then go back and look for an SDK that is written for direct inclusion in the XCode environment to accomplish your goal.
 
My solution is based on a commercial Software Development Kit and I mean I will be able to quickly make VoIP iPhone application and then distribute it under my brand. The Ozeki SIP SDK license cost is a one-time fee. So I can use it as long as I wish without paying any additional fee. However, it makes diffrence that I have to pay monthly or annual fee to a VoIP provider or I can sell my own created products.

I appreciate your help but I need experiences and I am looking for bugs and issues related to the developing process.

Thanks,

Niklas
 
Top