Unity2018接入微信登录

Info.plist 配置

CFBundleURLTypes

	
		CFBundleTypeRole
		Editor
		CFBundleURLName
		weixin
		CFBundleURLSchemes
		
			wx你的appid
		
	


NSAppTransportSecurity

	NSAllowsArbitraryLoads
	


LSApplicationQueriesSchemes

	wechat
	weixin

项目配置, Other Linker Flags

-ObjC
-force_load
$(SRCROOT)/Libraries/Plugins/iOS/WeiXinSDK/libWeChatSDK.a

Unity2018接入微信登录_第1张图片

其他具体接入参考 https://www.cnblogs.com/zhanghouqi/p/5908000.html

你可能感兴趣的:(unity3d)