ios - Creating Apple passbook webservice on linux without using XCode? -
i able make web pages sign , create apple passes passbook. last thing need make webservice, allows pass check if has changed or updated. if define webservice link in pass's json query location restful get/delete commands.
i have never done restful things, looked examples dissect , implement. these 2 notable ones below have tried -
https://github.com/ole/kaffeekasse
https://github.com/tribbettz/passbook_rails_example
i don't know ruby either that's not problem, tried installing both of them , require xcode proceed installation. xcode mac , using linux. not sure why xcode required. apple documentation has no mentioning of needing it. have mac creating certificates not mac server. asked creator of kaffeekasse if need xcode webservice , said no, wouldn't explain why. problem because might suggest need mac server this, because don't see non-xcode examples.
there little documentation regarding passbook webservice , trying host on own rather pay pass service provider handles when need update service.
Comments
Post a Comment