Posts

Post marked as solved
4 Replies
Thank you!! Recreate all provisions and extensions! Everything works.. Thank you!
Post marked as solved
4 Replies
Hi! Thank you, for reply! I got app from archive and use your command. Result:codesign -d --entitlements :- ./NEPacketTunnelVPNDemo.appExecutable=/Users/xfg/Documents/NEPacketTunnelVPNDemo.app/NEPacketTunnelVPNDemo<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict> <key>application-identifier</key> <string>+++++++.--------.vpn</string> <key>com.apple.developer.networking.networkextension</key> <array> <string>app-proxy-provider</string> <string>content-filter-provider</string> <string>packet-tunnel-provider</string> </array> <key>com.apple.developer.networking.vpn.api</key> <array> <string>allow-vpn</string> </array> <key>com.apple.developer.team-identifier</key> <string>+++++++++</string> <key>get-task-allow</key> <true/></dict></plist>But a didnt see NE entitlement in this output(i created 2 provision profile for different boundle id, both with NE) %)Application target and NE have<key>com.apple.developer.networking.networkextension</key><array><string>app-proxy-provider</string><string>content-filter-provider</string><string>packet-tunnel-provider</string></array>in entitlement. Where is my mistake?
Post not yet marked as solved
7 Replies
Hi! Did u fixed it?