You cannot post messages because only members can post, and you are not currently a member.
Description:
This group facilities questions and conversation about the Skyhook Local Faves SDK
|
|
|
Local Faves 1.2.4 problem
|
| |
I've just downloaded LocalFaves1.2.4 and built it for iPhone simulator
4.2 in the XCode 3.2.5.
I've got errors cannot find "Three20/Three20.h" in the
"MockPhotoSource.h".
So I've added three20 by runing "ttmodule.py" in the three20.
Then build success, but I've got following 4 warnings.
1.
/Users/username/Source/SkyHook /LocalFav/client/src/LocalFave s/Classes/... more »
|
|
Local Faves 1.2.4 now available
|
| |
A new version of Local Faves is now live. - full support for Foursquare V2 API - additional delegate callbacks - minor bug fixes and enhancements
|
|
Local Faves 1.2.2 now available
|
| |
A new version of Local Faves is now live. - fixes build issues on XCode 4 - fixes missing Foursquare venue problems - upgrades to the latest Facebook API - various minor bug fixes
|
|
Errors when building with XCode 4.2 and IOS 5
|
| |
I tried to build the sample Cocktail app from LocalFaves 1.2_gold with
the beta version of XCode 4.2 and iOS 5.
I got errors related to missing headers of Three20:
> MockPhotoSource.h:1:28: error: Three20/Three20.h: No such file or
directory
I did check the Header Search Path project setting but could not get... more »
|
|
No venues showing up in list
|
| |
Some of you may have noticed that there are no venues showing up when tagging a new object. This is due to a recent Foursquare API change. LocalFaves will be updated shortly to take this into account. Sorry for any inconvenience. - George
|
|
Local Faves 1.2.0 Released
|
| |
New version of Local Faves is out. New Features: - Foursquare switch added to the New Faves page in addition to the existing Facebook and Twitter switches - Enabling a service in the above page will give the option to log in if the user is currently signed out. - Added a delegate call to enable customizing Foursquare messages... more »
|
|
App fails in Ad-hoc build but works in debug build
|
| |
My app is working fine in debug build (both on simulator and device)
but when I run it with Ad-hoc build it crashes after calling
[LocalFaves launchDashboardWithParent:self ];
Unknown class LFWallCell in Interface Builder file.
2011-01-14 13:46:49.143 MyTestApp[25993:207] *** Terminating app due... more »
|
|
Production app crashing
|
| |
Hi!
I'm using iPhone 3GS with iOS 4.2.1 and Local Faves 1.1.4. My app is
running great when installed from Xcode.
Today my app was approved on the App Store, and when using version
from the app store, after my app calls:
[LocalFaves launchDashboardWithParent:self ];
Local Faves screen does show, but few seconds later my app crashes.... more »
|
|
Retrieving user & object information asynchronously from our server
|
| |
The accountDetailForAccountId delegate call expects a dictionary with
username and image. When I receive this call, my app has to go to the
server and asynchronously retrive this information. Is it possible to
send default to values to the accountDetailForAccountId call and later
issue a refresh/reload when I received the information back from the... more »
|
|
|