Post

Replies

Boosts

Views

Activity

Reply to In-App Provisioning
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>
2w
Reply to In-App Provisioning
No, I can't run the project I don't even can create a TestFlight version. (I was able last week before add the wallet extension). I was researching about it, does it could be that Apple didn't give me all the permissions? I mean I sea the wallet and in-app provisioning option in the Capabilities section in identifiers.
2w