-
Notifications
You must be signed in to change notification settings - Fork 514
AppClip iOS xcode14.0 beta1
Alex Soto edited this page Jun 7, 2022
·
2 revisions
#AppClip.framework
diff -ruN /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AppClip.framework/Headers/APActivationPayload.h /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AppClip.framework/Headers/APActivationPayload.h
--- /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AppClip.framework/Headers/APActivationPayload.h 2022-02-23 08:01:07.000000000 -0500
+++ /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AppClip.framework/Headers/APActivationPayload.h 2022-05-31 14:53:12.000000000 -0400
@@ -12,7 +12,7 @@
/*! @enum APActivationPayloadErrorCode
@abstract Error code of the NSError object passed in completionHandler for location confirmation.
- @constant APActivationPayloadErrorCodeDisallowed The location confirmation request is disalllowed by user or system; or the code is not acquired by QR/NFC scanning.
+ @constant APActivationPayloadErrorCodeDisallowed The location confirmation request is disallowed by user or system; or the code is not acquired by QR/NFC scanning.
@constant APActivationPayloadErrorCodeDoesNotMatch The payload passed in by the application doesn't match the payload it was launched with.
*/
typedef NS_ERROR_ENUM(APActivationPayloadErrorDomain, APActivationPayloadErrorCode) {
@@ -22,7 +22,7 @@
/*!
@class APActivationPayload
- An APActivationPayload object is an object passed to application within NSUserActity when it is launched by a physical code scan. Upon receiving
+ An APActivationPayload object is an object passed to application within NSUserActivity when it is launched by a physical code scan. Upon receiving
the payload, application can inspect its content. Application can also check whether the payload was acquired at an expected location.
*/
AP_EXTERN API_AVAILABLE(ios(14.0))
@@ -35,7 +35,7 @@
/*! @abstract checks if the payload was acquired at an expected region.
@param region the region this paylaod is expected to be acquired.
- @param completionHandler the completion handler which is called when the system confirms weather the payload was acquired in expected region.
+ @param completionHandler the completion handler which is called when the system confirms whether the payload was acquired in expected region.
@discussion For the system to accept this request, application needs to specify sub-key NSAppClipRequestLocationConfirmation to true in NSAppClip section in Info.plist.
*/
- (void)confirmAcquiredInRegion:(CLRegion *)region completionHandler:(void (^)(BOOL inRegion, NSError *_Nullable error))completionHandler;
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status