• Mohanraj
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies

Hi, I was tired on implementing username-password flow authentication in iOS mobile sdk by referring https://help.salesforce.com/apex/HTViewHelpDoc?id=remoteaccess_oauth_user_agent_flow.htm.
can anyone help me with clue??



Thanks in advance!!

Hello, I'm using cordova version 2.9 and forcetk.js.

 

After outh screen i want to redirect to the index.html file of my phonegap app.

I tried using file:/// link but no use.

 

can any one help me in this. How to configure the callback url in local hybrid app.

 

Thanks in advance!!

Hello, I'm using cordova version 2.9 and forcetk.js.

 

After outh screen i want to redirect to the index.html file of my phonegap app.

I tried using file:/// link but no use.

 

can any one help me in this. How to configure the callback url in local hybrid app.

 

Thanks in advance!!

Hi all,

 

I have developing an ios app using salesforce mobile sdk 1.4 with sencha touch at front end. I am using Phonegap/Cordova version 2.2. My Application is able to login successfully with salesforce but when tried to load app.js on simulator its loading smoothly but on device getting a WHITE BLANK SCREEN.

 

I am not getting any error at logs/console, Am i missing something ?

 

I am using sencha touch version 2.1

 

 

this is my app.js

 

Ext.application({
    name: 'Sencha',
    controllers: ['Main'],
    views: ['Main'],
    stores: ['Contacts'],
    models: ['Contact'],

    launch: function() {
        Ext.Viewport.add({
            xtype: 'mainpanel'
        });
    },                
});

  Any suggestions greatly appreciated.

 

 

 Thanks 

 Manish Kumar