Thanks for responding.
Yes, I requested form Apple, I got the entitlement identifier and I configure the entitlement files
<key>aps-environment</key>
<string>development</string>
<key>com.apple.developer.pass-type-identifiers</key>
<array>
<string>$(TeamIdentifierPrefix)pass.com.example.example</string>
</array>
<key>com.apple.developer.payment-pass-provisioning</key>
<true/>
</dict>
Both from the main project and the wallet extension
and this is my Info.plist form the wallet extension
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.passkit.issuer-provisioning</string>
<key>NSExtensionPrincipalClass</key>
<string>$(PRODUCT_MODULE_NAME).IssuerExtensionHandler</string>
</dict>
</dict>
</plist>
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: