Frequently Asked Questions (FAQ)

Below are common questions and answers when using PoSDK. If your question is not listed here, please refer to the detailed documentation or submit an issue on GitHub.

Plugin Development Issues

Q: How to create custom data plugins?

A: Please refer to the “Data Plugins” section in the “Basic Development” chapter, which provides detailed development steps and example code.

Q: Why is my plugin not recognized by the system?

A: Common causes include:

  • Plugin registration macro not used correctly

  • GetType() return value inconsistent with registered type string

  • Plugin library not properly loaded into the system


We continuously update the FAQ list. If you have new questions or suggestions, please submit feedback.