unity游戏应用提交app stroe需要通过ipv6测试,但是unity本身我没找到可用的接口,所以使用ios插件来处理。

插件的IOSNativeNet.h和IOSNativeNet.m代码:

IOSNativeNet.h

@interface BundleId : NSObject

+(NSString *)getIPv6:(const char*)mHost:(const char*)mPort;

@end
View Code

相关文章:

  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2021-09-17
  • 2019-01-29
猜你喜欢
  • 2021-05-17
  • 2021-08-27
  • 2021-05-25
  • 2021-09-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案