XF 2.0 Addon Question...

[xFv]

Well-known member
Hello!
I know in XF1 there was a way to make the addon need a certain xf version to install.
I am wondering if there is a way to incorporate this into the XF2 addons so there is a way to block them from installing on the FX2 release?
Basically I want to let people demo the paid alphas and betas of my XF2 addons for free, but dont want those installable on the final release.
Is this possible or no?
 
You can check the XF version ID within your setup file, but it's extremely easy to get around this and likely not worth the effort
 
You can check the XF version ID within your setup file, but it's extremely easy to get around this and likely not worth the effort

XF2 has native version checking in the addon.json file, along with other requirement tests.

It’s a bit more secure, as they’ll also have to regenerate the hashes or enable debug mode, but it’s still trivial to bypass.

Liam
 
Top Bottom