GithubHelp home page GithubHelp logo

ios-parse-titanium-module's People

Contributors

ewindso avatar panman avatar raymondkam avatar staticdreams avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ios-parse-titanium-module's Issues

Facebook Login

Hi again,

Attempting to use the Facebook Login/Link with account... I'm able to get the facebook dialog to pop up, but after a user allows access to the application it seems to improperly redirect... I get a message ("Safari cannot open the page"). Has anyone solved how to get this to work?

Thanks.

Analytics?

Hi there,
Is there a way to integrate with the Analytics of Parse with this awesome module? :)

Facebook link with user

Any ideas how to resolve this? Is it working for you?

[ERROR] : �� �Script Error = 'undefined' is not a function (evaluating
'parse.facebookLinkWithUser') at register.js (line 357).

Complete Docs?

Great stuff here - been using it for a new app I'm building. Was looking for a way to fetch an object directly and found one in digging through the code - made me wonder if there is a full documentation list of every feature available through the module. You cover the core features in the index.md, but was looking for something more comprehensive if it exist just in case I'm missing something.

Thanks!

Add custom fields to User Object

Trying to add custom values to the user table. I have already created them from Parse.com data browser. Here is the code I am using to add two new columns: firstName and LastName

However I dont see them going over to the server. Let me know if this is not supported or there is another way of doing this.

parse.signupUser({
email: emailField.value,
password: pinField.value,
username: emailField.value,
firstName: firstNameField.value,
lastName: lastNameField.value
}, function(data)

License?

Looks like there's no indication what license this module is released under - could you add a license please?

Limit Queries

Is there a way to perform a "limit" operation to limit the number of objects returned in a findObjects querey?

Module gives compile time error

When i imported module in my Titanium Project. I follow all steps that you given. Then i clear my build, uninstall app and run again. I am getting below error.

[ERROR] : 2014-06-24 17:24:12.987 xcodebuild[13037:507] [MT] PluginLoading: Required plug-in compatibility UUID A2E4D43F-41F4-4FB9-BB94-7177011C9AED for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Unity4XC.xcplugin' not present in DVTPlugInCompatibilityUUIDs
[ERROR] : ** BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : Ld build/Debug-iphonesimulator/YEI\ Demo.app/YEI\ Demo normal i386
[ERROR] : (1 failure)

Please guide me what's wrong to import module.

I tried to import module in new project, but i am getting same error.

Thanks,
Karan

Couldn't find module: com.elijahwindsor.parsemodule.

Sorry to do this
You closed the other issue and I didnt know if my comments were getting to you or not.

I have followed the directions so far. I have edited and fixed the path within modules.xconfig (within the parse module)

However I get the error
Couldn't find module: com.elijahwindsor.parsemodule.

How do I make sure my current project references the parse module? Do I need to edit a file in my project to create the relationship?

New JS SDK version

Do you guys are using the new Parse JS SDK (1.3.4)?
Is the Ti Parse compatible with newest versions of the JS SDK?

Thank you so much!

Twitter Link with user

Documentation only says about logging in with twitter user. How would one link to an existing account?

Facebook User Data

When logging in with Facebook, does the module allow you to grab data about the user from the Facebook API?

Why this message?

"Application raised an exception: -[PFGeoPoint boundBridge:withKrollObject:]: unrecognized selector sent to instance"...

Build Issues using zip and no compile approach

Sorry didnt know how to reopen a previous issue, so creating a new one.

Hi,

I downloaded the module within the zip file. I have placed this under my project in the modules directory.
project/modules/iphone/com.elijahwindsor.parsemodule/1.0

However I am getting the following build error:
[ERROR] : �� �** BUILD FAILED **
[ERROR] : �� �The following build commands failed:
[ERROR] : �� � Ld build/Debug-iphonesimulator/MyApp.app/MyApp normal i386
[ERROR] : �� �(1 failure)

In the module.xconfig, I see reference to
/Users/ewindsor/Documents/Titanium Studio Workspace/parsemodule

What should I replace this with? I tried all the combinations and nothing seems to work.
Do I have to compile the module again? I thought the zip file contained the plug and play module.

Compile error with 3.4.0.GA

Something to do with string for Push

parsemodule/ParseSingleton.m:570:49: warning:
incompatible pointer types sending 'NSString *' to parameter of type
'NSData *' [-Wincompatible-pointer-types]
[currentInstallation setDeviceTokenFromData:deviceToken];
..........
PFInstallation.h:61:42: note:
passing argument to parameter 'deviceTokenData' here

  • (void)setDeviceTokenFromData:(NSData *)deviceTokenData;
    ^
    1 warning generated.

** BUILD FAILED **

How to compile ?

Hi,

I've cloned the project and don't know how to compile. I've edited the module.xcconfig to set the full path where I cloned it, but now I don't know how to compile...

I've tried to open with XCode the parsemodule.xcodeproj, but after choosing "Build" I got the error:

"/Users/fabio/Titanium_Studio_Workspace/modules/ios-parse-titanium-module/Classes/ComElijahwindsorParsemoduleModule.h:7:9: 'TiApp.h' file not found"

Thanks
Fabio

Cant build with module included

Hi, Getting the following error on build when including your module, any ideas?

 �� �Ld build/Debug-iphonesimulator/Heritage.app/Heritage normal i386
[TRACE] : �� �    cd /Users/iantearle/Titanium/Heritage-App/build/iphone
[TRACE] : �� �    setenv IPHONEOS_DEPLOYMENT_TARGET 5
[TRACE] : �� �    setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin"
[TRACE] : �� �    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk -L/Users/iantearle/Titanium/Heritage-App/build/iphone/build/Debug-iphonesimulator -L/Users/iantearle/Titanium/Heritage-App/build/iphone/lib -L/Users/iantearle/Titanium/Heritage-App/modules/iphone/com.elijahwindsor.parsemodule/1.0 -L/Users/iantearle/Titanium/Heritage-App/modules/iphone/com.pixate.pxengine/1.0.2 -L/Users/iantearle/Titanium/Heritage-App/modules/iphone/de.marcelpociot.smpagecontrol/1.0 -L/Users/iantearle/Titanium/Heritage-App/modules/iphone/ti.viewshadow/0.4 -L/Users/iantearle/Titanium/Heritage-App/modules/iphone/com.0x82.sharekit/3.2 -L/Users/iantearle/Titanium/Heritage-App/modules/iphone/us.jeffhaynie.apprating/0.1 -L/Users/iantearle/Titanium/Heritage-App/modules/iphone/com.obscure.richtext/1.0.1 -L/Users/iantearle/Titanium/Heritage-App/modules/iphone/count.ly/0.2.1 -L/Users/iantearle/Titanium/Heritage-App/modules/iphone/mattapp.statusbar/1.2 -F/Users/iantearle/Titanium/Heritage-App/build/iphone/build/Debug-iphonesimulator -F/Users/iantearle/Titanium/Heritage-App/build/iphone/build/Debug-iphonesimulator -F/Users/iantearle/Titanium/Heritage-App/build/iphone/lib -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/com.elijahwindsor.parsemodule/1.0 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/com.pixate.pxengine/1.0.2 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/de.marcelpociot.smpagecontrol/1.0 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/ti.viewshadow/0.4 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/com.0x82.sharekit/3.2 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/us.jeffhaynie.apprating/0.1 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/com.obscure.richtext/1.0.1 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/count.ly/0.2.1 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/mattapp.statusbar/1.2 -F/Users/iantearle/Titanium/Heritage-App/build/iphone/build/Debug-iphonesimulator -F/Users/iantearle/Titanium/Heritage-App/build/iphone/lib -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/com.elijahwindsor.parsemodule/1.0 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/com.pixate.pxengine/1.0.2 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/de.marcelpociot.smpagecontrol/1.0 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/ti.viewshadow/0.4 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/com.0x82.sharekit/3.2 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/us.jeffhaynie.apprating/0.1 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/com.obscure.richtext/1.0.1 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/count.ly/0.2.1 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/mattapp.statusbar/1.2 -F/Users/iantearle/Titanium/Heritage-App/build/iphone/build/Debug-iphonesimulator -F/Users/iantearle/Titanium/Heritage-App/build/iphone/lib -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/com.elijahwindsor.parsemodule/1.0 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/com.pixate.pxengine/1.0.2 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/de.marcelpociot.smpagecontrol/1.0 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/ti.viewshadow/0.4 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/com.0x82.sharekit/3.2 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/us.jeffhaynie.apprating/0.1 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/com.obscure.richtext/1.0.1 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/count.ly/0.2.1 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/mattapp.statusbar/1.2 -F/Users/iantearle/Titanium/Heritage-App/build/iphone/build/Debug-iphonesimulator -F/Users/iantearle/Titanium/Heritage-App/build/iphone/lib -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/com.elijahwindsor.parsemodule/1.0 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/com.pixate.pxengine/1.0.2 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/de.marcelpociot.smpagecontrol/1.0 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/ti.viewshadow/0.4 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/com.0x82.sharekit/3.2 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/us.jeffhaynie.apprating/0.1 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/com.obscure.richtext/1.0.1 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/count.ly/0.2.1 -F/Users/iantearle/Titanium/Heritage-App/modules/iphone/mattapp.statusbar/1.2 -filelist /Users/iantearle/Titanium/Heritage-App/build/iphone/build/Heritage.build/Debug-iphonesimulator/Heritage.build/Objects-normal/i386/Heritage.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -ObjC -framework CoreTelephony -framework CoreTelephony -framework CoreText -framework QuartzCore -framework ImageIO -framework CoreText -framework QuartzCore -framework ImageIO -framework UIKit -framework Security -framework SystemConfiguration -framework Security -framework MessageUI -framework CFNetwork -framework CoreLocation -weak_framework Twitter -weak_framework Social -weak_framework Accounts -weak_framework AdSupport -framework UIKit -framework Security -framework SystemConfiguration -framework Security -framework MessageUI -framework CFNetwork -framework CoreLocation -weak_framework Twitter -weak_framework Social -weak_framework Accounts -weak_framework AdSupport -framework PXEngine -framework PXEngine /usr/lib/libsqlite3.dylib /usr/lib/libz.1.1.3.dylib "-F/Users/ewindsor/Documents/Titanium Studio Workspace/parsemodule" -framework Parse -weak_framework Accounts -framework AdSupport -framework AudioToolbox -framework CFNetwork -framework CoreLocation -framework MobileCoreServices -framework QuartzCore -framework Security -weak_framework Social -framework StoreKit -framework SystemConfiguration -framework Foundation -framework UIKit -framework CoreGraphics /usr/lib/libsqlite3.dylib /usr/lib/libz.1.1.3.dylib "-F/Users/ewindsor/Documents/Titanium Studio Workspace/parsemodule" -framework Parse -weak_framework Accounts -framework AdSupport -framework AudioToolbox -framework CFNetwork -framework CoreLocation -framework MobileCoreServices -framework QuartzCore -framework Security -weak_framework Social -framework StoreKit -framework SystemConfiguration -framework Foundation -framework UIKit -framework CoreGraphics -weak_framework iAd -weak_framework iAd -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=5 -licucore -framework Foundation -weak_framework UIKit -framework CoreGraphics -weak_framework AddressBook -framework AddressBookUI -framework CFNetwork -framework CoreLocation -framework MapKit -framework MessageUI -framework MobileCoreServices -framework OpenGLES -framework QuartzCore -framework SystemConfiguration -lsqlite3 -lz -framework AudioToolbox -weak_framework MediaPlayer -framework AVFoundation -lxml2 -framework StoreKit -lTiCore -lcom.elijahwindsor.parsemodule -lcom.pixate.pxengine -lde.marcelpociot.smpagecontrol -lti.viewshadow -lcom.0x82.sharekit -lus.jeffhaynie.apprating -lcom.obscure.richtext -lcount.ly -lmattapp.statusbar -framework ExternalAccessory -ltiverify -lti_ios_debugger -o /Users/iantearle/Titanium/Heritage-App/build/iphone/build/Debug-iphonesimulator/Heritage.app/Heritage
[TRACE] : �� �ld: warning: directory not found for option '-F/Users/ewindsor/Documents/Titanium Studio Workspace/parsemodule'
[TRACE] : �� �ld: warning: directory not found for option '-F/Users/ewindsor/Documents/Titanium Studio Workspace/parsemodule'
[TRACE] : �� �ld: framework not found Parse
[TRACE] : �� �clang: error: linker command failed with exit code 1 (use -v to see invocation)
[ERROR] : �� �** BUILD FAILED **
[ERROR] : �� �The following build commands failed:
[ERROR] : �� �  Ld build/Debug-iphonesimulator/Heritage.app/Heritage normal i386
[ERROR] : �� �(1 failure)

Further explanation of updateObject

Could you please expand on the example of updateObject? Am I right in thinking that I have to edit the whole object and send it back to Parse? Rather than just sending the objectId to the class and passing any additional/updating existing data?

Perhaps an example showing the obj value before and after updating? How would you achieve updating the whole object in Titanium?

Find an object based on user

Cant seem to get this to work, it just fetches everything:

parse.findObjects('Challenge', [{key: 'user', condition: '==', value: userId}], function(data) {

I have a class with a pointer to the user class, the user column has the pointer in. How else would I achieve this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.