"Unregistered version" message

Hi. I have 2 iOS apps that have passed through Apple review and are on the store. I have downloaded these to my phone and iPad using one of the redemption codes for each. When clicking through, I come to a message saying “Unregistered version!”. Simply click Ok, and the message goes away. I haven’t heard any feedback from customers, but I am assuming they are experiencing this as well.

I searched my code in both projects and don’t see any messagebox call or anything matching “unregistered version”.

Does anyone know why this could be happening? The app doesn’t crash, it’s just an annoyance. If it matters, both projects are using iOSKit and iOSLib, but again, searching the code for these words does not show anything.

Are you using any plugin? If so, is the registration code incorrect and so will work under debug but die horribly in production.

I use MBS plugins for desktop and I somehow between builds mashed the reg code, so debug was all fine, rushed a release (it was a typo fix in a label) and it fell over very quickly for real.!

Hi Jean-Paul. Yes, I do think there is a dtplugin used. Curious why it wasn’t found in the code search. Do you know how to alleviate this?

You buy the plugin and receive a registration code.
There happens to be a nifty little bundle going on if you wanted to pick up dtPlugins with some extra tools.

Ah gotcha! First time using a plugin for an app. Thank you for the replies!

I see in that dtPlugins page it says for desktop apps. Does it also contain the iOS features as in the demo?

Thanks for the help! Just ordered the bundle. Now I can take care of that pesky message :slight_smile:

As I’ve never used plugins before, is there documentation on how to implement these into the projects?

Awesome! Easy enough. Thanks!