Keys
#532
Replies: 1 comment
-
Hi, I have not done this myself, but here is what I found about APN keys: https://developer.apple.com/documentation/usernotifications/registering_your_app_with_apns At the link, there is a description how to enable an app to create a APN key in xcode. I hope this helps... assume this requires using Xcode for building your App. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm following the steps to build iAPS and am stuck at making a key!
![Screen Shot 2024-02-14 at 12 18 25](https://private-user-images.githubusercontent.com/156239901/304715643-a127fac2-1c0f-4196-a1c0-f58a205bff56.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MTEzMDUsIm5iZiI6MTczOTUxMTAwNSwicGF0aCI6Ii8xNTYyMzk5MDEvMzA0NzE1NjQzLWExMjdmYWMyLTFjMGYtNDE5Ni1hMWMwLWY1OGEyMDViZmY1Ni5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQwNTMwMDVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yYzYxZjk0ZmQ2YzFlNThmNTRlZTliNDQyNTQ4OGNhMWExZTM3NDdlY2ZmYjFhMGZiZGE2ODhhMGI5MjNkNDU0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.CwOg1HAHXiJswvbQb__73rH4n1_tAUyDSrvN1GQ-JVQ)
When I register a new key, it doesn't look like how it does in the loop video tutorial. Instead, I'm driven to this page. (option to enable Apple Push Notifications service (APNs), DeviceCheck, Account & Organizational Data Sharing, ClassKit Catalog, WeatherKit.
Not sure how to move forward. Any help appreciated!
Beta Was this translation helpful? Give feedback.
All reactions