Lucas
Lucas
@tugsjargal1 Congratulations on completing the ios development,I meet a issue, my code not calling any function from PacketTunnelProvider. can you help me, thank you.
@harmispatel I meet the problem same to you, have solved it ? thanks for sharing to me .
Hi @ss-abramchuk I have downloaded Simple macOS OpenVPN Client source, run code, but can not connect the vpn. I have a issue, when PacketTunnelProvider exec, i have print some log...
@roshit-omanakuttan I have solved this issue, I need config your info.plist add ``` NSExtension NSExtensionPointIdentifier com.apple.networkextension.packet-tunnel NSExtensionPrincipalClass $(PRODUCT_MODULE_NAME).PacketTunnelProvider ``` Then, you will see your provider be called
@roshit-omanakuttan If you create packetTunnel plist will auto generate, info.plist just config at packetTunnel not in you main project. you can call provider code as below ``` class ViewController: NSViewController...
@roshit-omanakuttan This is a simple demo https://github.com/googleliyang/openvpn_adapter_ios
不会是集合的问题,我还是拿之前数据源切进去的 ` update = { update(onClick) { this.onPointItemClick = it } set(anchor) { this.multiPointOverlay.anchor(it.x, it.y) } set(icon) { this.multiPointOverlay.icon = it } set(textureSize) { it?.apply { multiPointOverlay.setPointSize(this.width,this.height) } } set(multiPointItems)...