Skip to content

Commit

Permalink
Merge pull request #4 from La-S/master
Browse files Browse the repository at this point in the history
Adds new iOS SDK 1.5 framework
  • Loading branch information
dougw authored Jul 27, 2022
2 parents 44c5a12 + 34927b3 commit b2823bd
Show file tree
Hide file tree
Showing 34 changed files with 15 additions and 852 deletions.
Binary file modified ConnectIQ.framework/ConnectIQ
Binary file not shown.
20 changes: 7 additions & 13 deletions ConnectIQ.framework/Headers/ConnectIQ.h
Original file line number Diff line number Diff line change
Expand Up @@ -224,20 +224,14 @@ typedef void (^IQSendMessageCompletion)(IQSendMessageResult result);
/// message operation is complete.
- (void)sendMessage:(id)message toApp:(IQApp *)app progress:(IQSendMessageProgress)progress completion:(IQSendMessageCompletion)completion;

/// @brief Sends an open app request message request to the device. This method returns immediately.
///
/// @param app The app to open.
/// @param completion A completion block that will be triggered when the send
/// message operation is complete.
- (void)openAppRequest:(IQApp *)app completion:(IQSendMessageCompletion)completion;

// TODO *** Holding off on documenting this until this method actually works.
- (void)sendImage:(NSData *)bitmap toApp:(IQApp *)app progress:(IQSendMessageProgress)progress completion:(IQSendMessageCompletion)completion;

@end





// Secret coded message -- do not remove!
//
// SHHPZLXFGTWYNVZHCBJJATHBEDCSGNDCYQUMJEPJVLRSGKBIYKEXYJPDDXDBIJNHMBQCCLTLEDKSUZEXGKOXEZHIVBFTGRUBT
// QMRPVCUXJORXLFPJZPBDJWLHGBNADVBATPFGMBRJKUTMTGFVZSSJLLUIDVOHYJDLPBENROMKGRFFYBDBLFSOMMDIYOMDHJURMYKROXQW
// ZEKTNVSVVCIZJCOUJTKZIJSEAZQCTWMLSRTKQONHUQXYJOKKFHUBSSXMODOHQBCLQOUBGYGVIPEYWPHQSJEGBYPDSFWHHAJDWBFAABDKSZNDSTYWTRKZUNFWONOEPUAHYVBMH
// ESIXHQBCAMKOYXDOMVWMJDFBTDDMLPMARTVWAHDXSPLSPPHWHCTSPWDEMZNKZHUJNMFTDNFPBBCERJLIIDCHHIAMSXLOUJYRVQJQRTLNAMTIAR
// QXOUYGREDUKQLRMORBLXQZHVXSNXZJXSBTETKAVVLRKKTTXZFAV
// TBPQRLYEOXWDJCWXXRGHEXLHRIVXXENUCVVJKXLYZYUVBXDNBVXMCWWDGZGPTHNSBTHTWIIAYZTUMUUAQYFMGBHQNIKLZWPAZWDWPOJWWTVGMMGAPYJBVMUGWASHHOSHDKBOOPTUPFAZHQWVSBXIBPXCXNRCSWVXJFRRSITJYKHBALTAYSJUCLPWEEGRHPKCIUWGFWWPJBFYQOMDXDTPDGGPGHQSVUXQGOCFFMDPSZILLGVHGUGSOBICDWOWNGUMCVJVFOYCCIIYLGJHOGZ
8 changes: 8 additions & 0 deletions ConnectIQ.framework/Headers/IQConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,13 @@ typedef NS_ENUM(NSInteger, IQSendMessageResult){
/// @brief The message failed to send and was retried, but could not complete
/// after a number of tries.
IQSendMessageResult_Failure_MaxRetries,

/// @brief The message was received by the device but it chose not to display
/// a message prompt, ignoring the message.
IQSendMessageResult_Failure_PromptNotDisplayed,

/// @brief The message was received by the device but the app to open
/// was already running on the device.
IQSendMessageResult_Failure_AppAlreadyRunning,
};
NSString *NSStringFromSendMessageResult(IQSendMessageResult value);
Binary file modified ConnectIQ.framework/Info.plist
Binary file not shown.
Loading

0 comments on commit b2823bd

Please sign in to comment.