I constructed my code in objective-c for ios in-app purchasing. There is one project needs c++ code. Just wonder if I change iap objective-c code to c++, is there any special point I need to notice?
Your comment welcome
I constructed my code in objective-c for ios in-app purchasing. There is one project needs c++ code. Just wonder if I change iap objective-c code to c++, is there any special point I need to notice?
Your comment welcome
You cannot use Objective-C objects in C++. But C++ can use Objective-C library with C interface. Objective-C++ can use Objective-C objects in C++ too.