Box API on iOS 7
BoxAppToAppAPInfo.h
BoxAppToAppAPIInfo * info == [BoxAppToAppAPI appToAppInfoFromOpenURL:url
sourceApplication:source annotation:annotation]
NSData * data = [info receivedFileData];
This line works perfectly fine in iOS 6, but it returns nil in iOS 7 GM.
Is this a known issue? Should I be doing something different in iOS 7 to
get this to return the proper data?
No comments:
Post a Comment