Apoorv Mote

Results 14 comments of Apoorv Mote
trafficstars

I have additional question on the same topic. There is huge warning on not hard coding your private key in source code or commit history. But if my private key...

> I made the same experience. it updates the cache when i write do not use Arrays in the _variables It doesn't update the cache with array or without array....

Also because I only know swift & never learned objective C. So I am bit confused. And learning from your code is my top priority at the moment. I am...

Yeah its frustrating. I studied core data from e book & cloud kit from course I purchased. But they don't teach you how to combine them together. I was like...

Your app actually has one issue. When you delete item the app crashes. When you delete one row you didn't delete from tasks array. You just need to add following...

I have found a code that would tell you whether user changed their iCloud account or logged out of iCloud in middle of using the app. ``` func applicationDidBecameActive(notification:NSNotification) {...

Luckily I use both amp and non amp pages. So I am using GA4 for non amp and older version for amp page. So please post here once amp is...

The real issue is docker build with golang is not working. For my usecase golang lambda is still experimental. I am just keeping an eye on it for future use....

Yes awaiting eagerly for Typescript support.

Set input type manually as follows. It works. ``` inputType: gql(`input CreateTodoInput { id: ID name: String! }`), ```