Git Product home page Git Product logo

Comments (6)

frozon avatar frozon commented on August 19, 2024

You can not send pkpass as is in send_data
You have to call pkpass.file.path which will return the temporary pkpass file path

Sorry it could be a little bit more documented. Will update doc in order to get that a bit more clear.

Let me know if it solved your issue.

from passbook.

dariye avatar dariye commented on August 19, 2024

WOW! thanks for the prompt response. That returns nil for me.

from passbook.

dariye avatar dariye commented on August 19, 2024

screen shot 2015-07-17 at 10 33 30 am

from passbook.

frozon avatar frozon commented on August 19, 2024

This time it is something different. You are only giving the filename and not the file path.

Dir.foreach(pass_path) do |file|
  next if file == '.' or file == '..' or file == '.DS_Store'
  files << File.join(pass_path, file)
end

This should solve this other issue.

from passbook.

dariye avatar dariye commented on August 19, 2024

ah! okay. I'll. Worked like a charm! BTW, I'd love to help with documentation and contributing.

from passbook.

rmosolgo avatar rmosolgo commented on August 19, 2024

I'm sending pkpass responses like this:

pkpass = Passbook::PKPass.new # ... initialize & add files
send_data(pkpass.stream.string, filename: "pass.pkpass", content_type: "application/vnd.apple.pkpass") 

from passbook.

Related Issues (20)

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.