• JohnsonWang
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies

I have built a hybrid remote app, set up the start page as the homepage of force.com paltform. The question is if user open this app from push notification, how can we let user open the relevant page directly instead the homepage? E.g.

 

Start Page: /Home/home.jsp

Expected page when click from Push: /apex/newsdetails?id=(the id provided within the push)

 

So the direct question is that how can we open /apex/newsdetails?id=? page from native code?

 

Hi,

 

The mobile sdk workbook talks about runing the app in the developer/production. I'm trying to build an iOS hybrid app. What changes do I make to run the app in the sandbox environment. I tried searching online but didn't find any answer. Any help here is appreciated. Thanks!