Mark Villacampa

Results 40 comments of Mark Villacampa

I was able to hook functions in 10.14 using https://github.com/steven-michaud/HookCase/ Here's the diff of the hook example I used: https://github.com/steven-michaud/HookCase/blob/da204378b66720e3a8417b03e0103d445191d72f/HookLibraryTemplate/hook.mm ```diff diff --git a/HookLibraryTemplate/Makefile b/HookLibraryTemplate/Makefile index b22c760..615a1f2 100644 --- a/HookLibraryTemplate/Makefile...

I only tried with App Store and Tweetbot, so it might also be related to how those apps implement pinning. I’ll try to port the iOS sample pinning app to...

You don't need to dispose of it. If you call TrueTimeRx in your Application, it means its lifetime is tried to the lifetime of the application, so you never want...

This means the ips aassociated to that hostname cannot be resolved. Try this in your command line to see if it's an issue with your internet provider: ```bash $ dig...

There is a reference here: https://github.com/instacart/truetime-android/blob/0630cdf3341b82c2fb16d0ff3e95c32c4ee1a78c/library-extension-rx/src/main/java/com/instacart/library/truetime/TrueTimeRx.java#L225

Hello @basemanabulsi Let's discard a couple things first: - Was this a very recent change you made adding the `introPrice`? Sometimes PlayStore changes can take a while to be reflected...

`defaultOption` [should contain](https://www.revenuecat.com/docs/subscription-offers#more-control-over-offer-selection) the offer with the longest free trial period or the cheapest introductory offer, or the base plan if there is no offer. Can you confirm if the...

That's correct @AronBe. Billing Library only returns products the current user is eligible to use, so it won't return an intro offer that the user has already enjoyed. This is...

Hello @olofholmlund! This is intentional as we recommend using `transactionIdentifier` and `purchaseDate`. Is there any use case you want to implement not covered by the exposed fields?