Post

Replies

Boosts

Views

Activity

No Call for Live Activity to update
In widgets when the button is tapped, we will get a call back to perform() func in app Intent. After this perform func execution is completed, timelineProvider will be called. Likewise, what is the option to update the live activity value once perform() is called in appIntent? I tried to access the live activity instance from the extension into the app, but it is nil so, I can't able to update my live activity.
1
0
781
Jul ’23
How to test universal link in local server
I have added some extra cases to the existing universal link handling flow in the code and also handled some cases in AASA file too. I wish to test in local server before taking it to live server. I have added mode=developer in associated domain as shown below. applinks:example.localserver.com?mode=developer I have also enabled Associated Domains Development option in my iphone from Settings >> Developer >> Under UNIVERSAL LINKS option. For example my 2 different servers: Live server = example.liveserver.com Local server = example.localserver.com I have also hosted my AASA file in both local and live server. But it is not working in local. It is showing some file bytes exists error. But my file has just 7 lines of code. I wish to know how it in my local server.
0
0
1.1k
Aug ’22