& How would I do that? I've NEVER touched Java, except for one tutorial, which I remember nothing of.mflerackers wrote:There are no C/C++ functions fo IAP, you need to use JNI to call the Java methods.
Search found 14 matches
- Wed Dec 23, 2015 12:50 am
- Forum: LÖVE-Android
- Topic: Does Love-Android-SDL2 Support In-App Purchases?
- Replies: 11
- Views: 111041
Re: Does Love-Android-SDL2 Support In-App Purchases?
- Wed Dec 23, 2015 12:45 am
- Forum: LÖVE-Android
- Topic: Does Love-Android-SDL2 Support In-App Purchases?
- Replies: 11
- Views: 111041
Re: Does Love-Android-SDL2 Support In-App Purchases?
I felt a little bit of a bite from that. But it's fine.undef wrote:I suggest you follow the link I provided, read the documentation and do the tutorial.
I've never programmed with C, so I meant how would I start with C?
- Tue Dec 22, 2015 5:34 pm
- Forum: LÖVE-Android
- Topic: Does Love-Android-SDL2 Support In-App Purchases?
- Replies: 11
- Views: 111041
Re: Does Love-Android-SDL2 Support In-App Purchases?
How would you suggest I start with it?undef wrote:LÖVE uses LuaJIT, which has an excellent ffi.
If you read into it you can bind C functions to Lua, so you might be able to add IAPs like that.
- Mon Dec 21, 2015 8:17 pm
- Forum: LÖVE-Android
- Topic: Does Love-Android-SDL2 Support In-App Purchases?
- Replies: 11
- Views: 111041
Re: Does Love-Android-SDL2 Support In-App Purchases?
I'm assuming you mean the LibFFI? And how would I go about hacking it in using FFI? I've barely touched Java, but I'm intermediate with Lua. I do know Python, if that helps.bobbyjones wrote:It doesn't. But you can hack it in using ffi I think.
- Sat Dec 19, 2015 11:39 pm
- Forum: General
- Topic: LÖVE Executor - make .exes from .loves with a simple web app
- Replies: 18
- Views: 15538
Re: LÖVE Executor - make .exes from .loves with a simple web
I'm getting a fatal error with something about $DISPLAY.
- Sat Dec 19, 2015 11:20 pm
- Forum: LÖVE-Android
- Topic: Does Love-Android-SDL2 Support In-App Purchases?
- Replies: 11
- Views: 111041
Re: Does Love-Android-SDL2 Support In-App Purchases?
Anyone? If it doesn't, just say no. Thanks!
- Sat Dec 19, 2015 1:07 am
- Forum: LÖVE-Android
- Topic: How to save and load? [Android-SDL2]
- Replies: 7
- Views: 71324
How to save and load? [Android-SDL2]
I need to know how to save and load files using Martin Fellis's android sdl. I know I have to do something with the identity in the config, but I'm not sure what.
- Fri Dec 11, 2015 10:38 pm
- Forum: LÖVE-Android
- Topic: Changing Permissions? [Android-SDL2]
- Replies: 2
- Views: 61558
Re: Changing Permissions? [Android-SDL2]
These one is easy, just edit the first part of the AndroidManifest.xml, just before "<application" Wow, you're active. :P I'm doing this all on Windows, so the text is jumbled up due to the way Notepad works. Probably should've loaded it up in Notepad, or something that would support the ...
- Fri Dec 11, 2015 10:35 pm
- Forum: LÖVE-Android
- Topic: Game is in top-left corner? [Android-SDL2]
- Replies: 5
- Views: 67493
Re: Game is in top-left corner? [Android-SDL2]
Alright. Thanks!master both wrote: Sure, why not.
- Sun Dec 06, 2015 10:10 pm
- Forum: LÖVE-Android
- Topic: Changing Permissions? [Android-SDL2]
- Replies: 2
- Views: 61558
Changing Permissions? [Android-SDL2]
How would I change the permissions of my app created using the Android-SDL2? I've looked around and found out that you can, but what I didn't find was how to do it. Anyone know?