[AC-1657] can't compile inapp purchase with Windows RT
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Resolved |
| Resolution | Duplicate |
| Resolution Date | 2015-12-22T08:51:05.000+0000 |
| Affected Version/s | Appcelerator Studio 4.5.0 |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | 8.1, compile, windows |
| Reporter | bertelle |
| Assignee | Shak Hossain |
| Created | 2015-10-22T12:52:02.000+0000 |
| Updated | 2016-03-08T07:38:08.000+0000 |
Description
the compiler won't compile with some of the Windows.ApplicationModel.Store classes
For example
require('Windows.ApplicationModel.Store.ProductListing ');
runs just fine
require('Windows.ApplicationModel.Store.CurrentAppSimulator'); or
require('Windows.ApplicationModel.Store.CurrentApp');
is stuck at
[INFO] : Detected native API reference: Windows.ApplicationModel.Store.CurrentAppSimulator
[INFO] : Generating i18n files
[INFO] : Generating Native Type Wrappers
Hi , Can you share your working module, that I can compare? that would be really helpful. thanks
No specific module, using the Direct API access as described in http://docs.appcelerator.com/platform/latest/#!/guide/Windows_Runtime_Direct_API_Access
Hi, if duplicate please add duplicate number and link Regards