Hey,
is it possible to use the library for older Versions of B4A?
When I try to compile the Billing example, i've got an error in the following sub:
StopAutomaticForeground is unkown in 7.8
When loading the example there is a notification that this module is from a newer version an my run improperly.
So i'm confused... am i not be able to use this library for in app purchases?
Is there an alternative that I can use or do?
Thanks in Advance
is it possible to use the library for older Versions of B4A?
When I try to compile the Billing example, i've got an error in the following sub:
B4X:
Sub Service_Start (StartingIntent As Intent)
Service.StopAutomaticForeground 'Starter service can start in the foreground state in some edge cases.
End Sub
StopAutomaticForeground is unkown in 7.8
When loading the example there is a notification that this module is from a newer version an my run improperly.
So i'm confused... am i not be able to use this library for in app purchases?
Is there an alternative that I can use or do?
Thanks in Advance