I would like to build v2ray plug in for iOS #3171
-
I couldn't find how to integrate v2ray for ios I have a vpn app for android and I'm able to connect as v2ray client but could not find any library or anything on ios Can anyone help me with that how can I create a client for ios |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I am now extending this flutter_v2ray plugin https://github.com/blueboy-tm/flutter_v2ray/ |
Beta Was this translation helpful? Give feedback.
-
I have compiled the .a file, but need .h. How should I write this? |
Beta Was this translation helpful? Give feedback.
-
You can learn this Flutter调用Go的库文件 |
Beta Was this translation helpful? Give feedback.
-
If you don't use |
Beta Was this translation helpful? Give feedback.
If you don't use
-buildmode=c-archive
, Go won't automatically generate.h
files for you