Posts

Post not yet marked as solved
4 Replies
NEHotspotConfiguration also contains a designated initializer that takes an SSID prefix, which would work in your situation. Please see the docs here.
Post marked as Apple Recommended
Requests for the NEHotspotHelper entitlement must be submitted using this form.
Post marked as solved
4 Replies
Starting with iOS 14, the SSID and BSSID of the currently connected Wi-Fi network can be obtained using the fetchCurrent(completionHandler:) method of the NEHotspotNetwork class. Note that the use of fetchCurrent(completionHandler:) does not require the NEHotspotHelper entitlement. This method returns SSID and BSSID of the current Wi-Fi network when the requesting application meets one of following 4 requirements: application is using CoreLocation API and has user's authorization to access precise location. application has used NEHotspotConfiguration API to configure the current Wi-Fi network. application has active VPN configurations installed. application has active NEDNSSettingsManager configuration installed. An application will receive nil if it fails to meet any of the above 4 requirements. An application will receive nil if does not have the "com.apple.developer.networking.wifi-info" capability.
Post not yet marked as solved
3 Replies
The APNS legacy binary protocol has been retired. This requires all developers to migrate to the replacement HTTP/2 API. On March 31st, support for using the legacy binary protocol will be shutting down. Any developer still using the legacy interface to connect to APNS will no longer be able to connect, resulting in pushes not working. The replacement HTTP/2 protocol supports certificate-based authorization, along with many newer features. More information about the HTTP/2 provider API can be found in these two WWDC sessions: WWDC2015 What's New in Notifications - https://developer.apple.com/videos/play/wwdc2015/720/ WWDC2016 What's New in the Apple Push Notification Service - https://developer.apple.com/videos/play/wwdc2016/724/
Post not yet marked as solved
1 Replies
Your purpose string appears to be a bit too verbose. Apple's Human Interface Guidelines has a section on this. https://developer.apple.com/design/human-interface-guidelines/macos/user-interaction/requesting-permission/
Post not yet marked as solved
3 Replies
Exposure Notification framework is only available to government health agencies and developers working on their behalf.
Post marked as solved
1 Replies
Check out Explore app clips from #wwdc20, it shows how to create a new App Clip target in your Xcode project and add common files. https://developer.apple.com/wwdc20/10174