ios notification fixed, issues with entitlements, there was invlid values in entitlemen file
parent
a22c68d3e1
commit
186e5d3973
@ -1,18 +1,18 @@
|
||||
<?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>aps-environment</key>
|
||||
<string>development</string>
|
||||
<key>com.apple.developer.associated-domains</key>
|
||||
<array>
|
||||
<string>applinks:example.com</string>
|
||||
</array>
|
||||
<key>com.apple.security.application-groups</key>
|
||||
<!-- #Pangea -->
|
||||
<!-- <array>
|
||||
<string>group.im.fluffychat.app</string>
|
||||
</array> -->
|
||||
<!-- Pangea# -->
|
||||
</dict>
|
||||
</plist>
|
||||
<dict>
|
||||
<key>aps-environment</key>
|
||||
<string>development</string>
|
||||
<key>com.apple.developer.associated-domains</key>
|
||||
<array>
|
||||
<string>applinks:example.com</string>
|
||||
</array>
|
||||
<key>com.apple.security.application-groups</key>
|
||||
<!-- #Pangea -->
|
||||
<array>
|
||||
<string>group.com.talktolearn.chat</string>
|
||||
</array>
|
||||
<!-- Pangea# -->
|
||||
</dict>
|
||||
</plist>
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue