• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

JavaPNS Query

 
Ranch Hand
Posts: 126
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I want to use javapns api to push notification to iPADs from my web application.

This is how its written
Push.payload(payload, keyStore, PASSWORD, ISPRODUCTION, TOKEN1);

is there anyway I can read certificate from the server in my java program? I am using Websphere 7. I have installed teh cert on it
How can i make use of it ,instead of packaging the .p12 file in the jar and referencing it in keyStore parameter
 
sudharshan tettu
Ranch Hand
Posts: 126
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
is someone there to help me on this?
I have been struck for few days...
 
reply
    Bookmark Topic Watch Topic
  • New Topic