0
我想確認一個ipa是否準備開發Apple推送通知。iOS Team Provisioning Profile是否與開發aps環境兼容?
我知道如果使用分發(生產)配置文件進行簽名,可能會中斷開發aps環境推送通知,但iOS團隊配置配置文件如何?
我可以用這個簽名應用程序,但仍然期望開發aps-environment推送通知正常工作嗎?
以下是IPA的embedded.mobileprovision相關摘錄:
<key>Entitlements</key>
<dict>
<key>keychain-access-groups</key>
<array>
<string>TEAMIDHERE.*</string>
</array>
<key>get-task-allow</key>
<true/>
<key>application-identifier</key>
<string>TEAMIDHERE.com.myapp.dev</string>
<key>com.apple.developer.team-identifier</key>
<string>TEAMIDHERE</string>
<key>aps-environment</key>
<string>development</string>
</dict>
<key>ExpirationDate</key>
<date>2018-07-31T22:07:59Z</date>
<key>Name</key>
<string>iOS Team Provisioning Profile: com.myapp.dev</string>