Compiling Push Notifications Native Extensions on WINDOWS
I've tried this ANE:
https://github.com/pkoscierzynski/NativeAPNService
When compiling on Windows I get:
ld: file not found: %ADT_ENV_VAR_33%
Apparently this issue is exclusive to windows and one must compile on Mac the IPA. Has anyone built (or could anyone build) a native extension that simply gets the APN token from the iOS device? I'm developing on a windows machine and have been borrowing other people's Mac's to submit to the app store and to generate certificates. I can't afford to buy a mac right now, and I really want to get these push notifications working...
I'm on Windows 7 and Flash Builder 4.6
Anyone have any ideas?
