
Originally Posted by
ltomuta
This has nothing to do with the existence of the API. If you have built your application then you have had [a version of] the API and the expectation is that it should work (within the limits of binary compatibility, of course).
Now, there's only one thing that you can do, and that is to debug your application and see what works and what doesn't, and where the error may be coming from. The error code or, in case your application crashes, the panic code gives you much of the info you need to solve the problem.