Giang Le
Giang Le
You can using static library. Download firebase firestore at https://firebase.google.com/docs/ios/setup#frameworks In `Podfile` add ``` target '{project_name}' do # Comment the next line if you don't want to use dynamic frameworks...
@mapleleaf99 I think you should write your own request in app purchase product by apple API. It's pretty easy to implement. You can preferences example code by Apple https://developer.apple.com/documentation/storekit/in-app_purchase/offering_completing_and_restoring_in-app_purchases https://developer.apple.com/documentation/storekit/in-app_purchase/fetching_product_information_from_the_app_store
you can using `response.result ` ```swift AF.request(baseURL).responseObject{(response:AFDataResponse) in switch response.result { case .success(let data): let mappedObject = response.value print(mappedObject) case .failure(let error): print("---> error \(error)") } } ```
While author update pod spec, you can use to update 0.3.0 `pod 'hpple', :git => 'https://github.com/topfunky/hpple.git'`
Hi, I just want to help you. When I download crash.txt, I do not find any `p` tag. Could you check it again?