dlewis23

Results 13 comments of dlewis23

Ok. Shoot. This is so odd because TI is the only one this happens with. If you do a POST in react native for example it uploads it from disk...

So I tired to use ti.urlsession and ended up just getting the error below. `[ERROR] Error: Upload tasks from NSData are not supported in background sessions.`

I saw that too and I did pass a path to the file like below. With the uploadData file below. ` sessionConfig = URLSession.createSessionConfiguration({ identifier: 'com.test.test2' }); session = URLSession.createSession({...

The 4.6.0 file linked above gives a 404. It seems like it should go to here: https://github.com/Astrovic/ti.admob/releases/tag/ios-4.5.6 Is this the version I should try out?

I tried to use this updated 4.6.0 Version today on iOS with TI SDK 10.1.0 GA and it does not work. When I go to build the app I just...

Hello, I put a trace on this today as I had some more time and this is the error I get. Seems like something with Facebook is missing? `[TRACE] ld:...

Do you happen to have a build of the Admob Module with arm64 support enabled for M1 Mac's in the simulator?

@Astrovic @hansemannn I tired to update the module with ARM64 support and I get the following message with the frameworks that do not have ARM64 support. `[WARN] The module is...

It says they do in the release notes since version 7.69.0 back at the end of 2020. But this was for version 8.13.0 of the SDK now its change up...

Super long time. But I have been back on this one this week... While ti.urlsession does not put the file into ram when it is uploaded, it just doesn't seem...